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/07/05 08:49:03 UTC

[GitHub] [airflow] ashb commented on a change in pull request #16182: Do not queue tasks when the DAG goes missing

ashb commented on a change in pull request #16182:
URL: https://github.com/apache/airflow/pull/16182#discussion_r663752836



##########
File path: airflow/config_templates/config.yml
##########
@@ -1709,6 +1709,14 @@
       type: float
       example: ~
       default: "15.0"
+    - name: clean_tis_without_dag_interval
+      description: |
+        How often (in seconds) to check and fail task instances and dagruns whose corresponding
+        DAG is missing
+      version_added: 2.1.1

Review comment:
       ```suggestion
         version_added: 2.1.2
   ```




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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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