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 2020/11/25 11:32:53 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12605: Rename `[scheduler] max_threads` to `[scheduler] parsing_processes`

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



##########
File path: UPDATING.md
##########
@@ -52,6 +52,14 @@ assists users migrating to a new version.
 
 ## Master
 
+### `[scheduler] max_threads` config has been renamed to `[scheduler] parsing_processes`
+
+From Airflow 2.0, `max_threads` config under `[scheduler]` section has been renamed to `parsing_processes`.
+
+This is to align the name with the actual code where the Scheduler launches the number of processes defined by
+`[scheduler] parsing_processes` to Parse DAG files, calculates next DagRun date for each DAG,
+serialize them and store them in the DB.
+

Review comment:
       I think we need a new "class" of upgrade checks: 
   
   You can make these changes now, and it will run on 1.10.13
   
   and
   
   You'll need to change this, but it won't work on 1.10.13.




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