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 09:33:58 UTC

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

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



##########
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:
       We should yeah, I will create a GH issue for it




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