dstandish opened a new issue, #59120: URL: https://github.com/apache/airflow/issues/59120
### Body 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. ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
