The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
c82043c6f51811743262c5e5b65a2aff1b879626 / Ephraim Anierobi 
<[email protected]>
Fix Scheduler crash looping when dagrun creation fails

Scheduler was found crash looping with the error:
airflow.exceptions.AirflowException: Creating DagRun needs either "run_idâ„¢ or 
both "run_type and "execution_date'.
This happened in an old airflow(2.3.4) and I can't reproduce it on the latest 
but exception from dag.create_dagrun should not crash the scheduler.
Instead, the scheduler should catch the exception and log it.
This PR provides that behaviour

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

With regards,
GitHub Actions via GitBox


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

Reply via email to