The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix-queued-duration-metric-63503 has succeeded.
Run started by GitHub user myps6415 (triggered by eladkal).

Head commit for run:
1da293d5a06e4525ab6d99bf0e6a6e3413afedf4 / JohnTung <[email protected]>
Skip task.queued_duration metric on resume from deferral

A deferred task resuming through the ti_run endpoint passes QUEUED -> RUNNING
again, but deferral does not set end_date, so the previous end_date-only guard
re-emitted task.queued_duration on every resume. Also gate on next_method (how
this endpoint already detects deferral resumes) so the metric fires only on the
genuine first run of a try.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to