The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/1fanwang/aip97-task-listener-msg has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
a0e86463c87822bed2bfde9e0d0ca291ef70aae8 / Stefan Wang 
<[email protected]>
Add required context messages to all task instance state change notifications

Mirrors the DagRun listener msg arg pattern (#56272) for the four task
instance listener hooks: on_task_instance_running, on_task_instance_success,
on_task_instance_failed, on_task_instance_skipped.

The new msg arg carries short canonical context for the state change so
listeners can route or filter events without re-deriving intent from other
fields. Canonical values: "started", "success", "skipped", "failed",
"up_for_retry" from the worker; "manually_set_to_*" when the state was
changed via the API. on_task_instance_failed especially benefits because
the msg distinguishes terminal failures from up_for_retry without
inspecting error.

pluggy dispatches by parameter name, so existing @hookimpl implementations
that don't declare msg keep working unchanged.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to