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

Head commit for run:
d542ef7e6d30b1ea3179c36c7313fe8ca7615e58 / Kaxil Naik <[email protected]>
Fix DAG disappearing after callback execution in stale detection

When `min_file_process_interval` exceeds `stale_dag_threshold`, DAGs would
incorrectly disappear after callback processing. This occurred because
callback-only processing updated file processing timestamps but not DAG
parsing timestamps, causing stale DAG detection to trigger false positives.

The fix prevents callback-only processing from updating `last_finish_time`,
ensuring DAGs remain active when only callbacks are executed.

fixes #55315

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

With regards,
GitHub Actions via GitBox


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

Reply via email to