The GitHub Actions job "Tests" on 
airflow.git/clarify-scheduler-dagrun-creation-exc-logic has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
2d06b91f907193a647e7d14a020ad8471ffde3ce / Daniel Standish 
<[email protected]>
De-obfuscate scheduler dag run creation "continue" logic

Currently we do this:

  * if has next_dagrun, create
  * else raise exception
  * catch exception -> log and continue

This is unnecessarily convoluted.  We can instead just do this:

  * if no next_dag run, log and continue

No need to take a traversal through the exception system.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to