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:
[email protected]


Reply via email to