The GitHub Actions job "Tests AMD" on 
airflow.git/ramitkataria/deadlines/callback-def has failed.
Run started by GitHub user ramitkataria (triggered by ramitkataria).

Head commit for run:
a1b8e8a1ca394bb6c1f00bb4628438c450efec6d / Ramit Kataria <[email protected]>
AIP-86 - Restructure Deadline Callback definition

This adds `Callback` classes for each type of currently planned
callback. This will require the user to specify what kind of callback it
is (async/sync) and how the callback should be run (kwargs, specific
executor etc). In the previous implementation in which the callback type
would detected automatically, there were some edge cases that would
require a complex solution to handle: primarily the case where a sync
callback is only present on the executor where it needs to run, limiting
the scheduler's ability to figure out where to send it to be run.

I've also refactored the rest of the relevant deadline code to work with
this change.

Report URL: https://github.com/apache/airflow/actions/runs/16655813103

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to