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 19:05:05 UTC

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

ephraimbuddy commented on a change in pull request #16343:
URL: https://github.com/apache/airflow/pull/16343#discussion_r649449578



##########
File path: airflow/config_templates/config.yml
##########
@@ -1704,6 +1704,14 @@
       type: float
       example: ~
       default: "15.0"
+    - name: update_dagrun_state_for_paused_dag_interval
+      description: |
+        How often (in seconds) to check paused DAGs for DagRuns in running state
+        and update states of DagRuns whose tasks finished the DagRun
+      version_added: 2.1.1
+      type: float
+      example: ~
+      default: "30.0"

Review comment:
       ```suggestion
   ```




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