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 17:18:31 UTC

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

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


   > 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.
   
   Nice but I think it may not work if the user disables mini scheduling? 


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