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 2023/01/04 03:00:31 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #28711: Disable the dag file processor agent when dag_dir_list_interval is negative value

uranusjr commented on code in PR #28711:
URL: https://github.com/apache/airflow/pull/28711#discussion_r1061101923


##########
airflow/config_templates/config.yml:
##########
@@ -2025,6 +2025,7 @@ scheduler:
     dag_dir_list_interval:
       description: |
         How often (in seconds) to scan the DAGs directory for new files. Default to 5 minutes.
+        Setting to negative value will disable the dag processor.

Review Comment:
   ```suggestion
           Setting this to a negative value disables the DAG processor.
   ```



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