ferruzzi commented on code in PR #62494:
URL: https://github.com/apache/airflow/pull/62494#discussion_r2875587596
##########
airflow-core/docs/howto/deadline-alerts.rst:
##########
@@ -237,6 +259,63 @@ Triggerer's system path.
Nested callables are not currently supported.
* The Triggerer will need to be restarted when a callback is added or
changed in order to reload the file.
+.. note::
+ Regarding Synchronous callbacks:
+
+ * Sync callbacks are sent to the executor and treated just like a Dag task
with top priority.
+
+
+A **custom synchronous callback** might look like this:
+
+1. Place this method in ``/files/plugins/deadline_callbacks.py``:
Review Comment:
I copied that from the async wording, but you are absolutely right; updated
in both places.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]