The GitHub Actions job "Tests" on airflow.git/add-todo-for-scheduler-exc-handling has succeeded. Run started by GitHub user dstandish (triggered by dstandish).
Head commit for run: a33aade8e989bb4949bb8c202d7da6284a7dd64d / Daniel Standish <[email protected]> Add todo re exception handling in dagrun create loop In SchedulerJobRunner, in _create_dag_runs, we do except Exception: ... continue but this does not work when the exception is the result of a db error; in that case you need to roll the transaction back. To fix this we need either smaller transactions (e.g. one per dag run create attempt) or savepoints. either way it's a bit of a refactor. Issue: https://github.com/apache/airflow/issues/59120 Report URL: https://github.com/apache/airflow/actions/runs/19978496835 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
