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

Head commit for run:
9036a2f5d6f5bb5485dbb07943656a86019cc7ee / Stefan Wang 
<[email protected]>
Include hook name in suppressed listener-exception log

When a listener hookimpl raises, the suppressed-exception log line now
identifies which hook raised. The previous generic "error calling listener"
made it impossible to tell which of the registered hooks failed without
re-reading the stack trace, especially painful when several listeners are
registered and one of them sporadically misbehaves.

The new format is "error calling listener for hook 'on_task_instance_<x>'".
Existing listener-error suppression behavior is preserved unchanged.

Scope: task instance listener call sites (task_runner.py, taskinstance.py
on the API server retry path, and the manual-set-state path in the
fastapi service). DagRun, asset, and dag-processing listener call sites
follow the same pattern and can be migrated incrementally.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to