turbaszek commented on a change in pull request #12605:
URL: https://github.com/apache/airflow/pull/12605#discussion_r530221863
##########
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:
Should we add this to upgrade check?
----------------------------------------------------------------
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]