You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/10 14:15:21 UTC

[GitHub] [airflow] ashb commented on pull request #16343: Fix DAG run state not updated while DAG is paused

ashb commented on pull request #16343:
URL: https://github.com/apache/airflow/pull/16343#issuecomment-858660123


   I wonder what is more efficient: doing this periodically (for paused dags, where the state is likely to never change) or expanding on the "mini scheduler run" to do a simpler version of `dag_run.update_state()` when the task that just finished was one of the leaf tasks in the dag.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org