XD-DENG commented on a change in pull request #12993:
URL: https://github.com/apache/airflow/pull/12993#discussion_r540431453



##########
File path: UPDATING.md
##########
@@ -1773,6 +1766,69 @@ Now the `dag_id` will not appear repeated in the 
payload, and the response forma
 }
 ```
 
+## Airflow 1.10.14
+
+### `[scheduler] max_threads` config has been renamed to `[scheduler] 
parsing_processes`
+
+From Airflow 1.10.14, `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 the DAG files.
+
+### Airflow CLI changes in line with 2.0
+
+The Airflow CLI has been organized so that related commands are grouped 
together as subcommands,
+which means that if you use these commands in your scripts, you have to make 
changes to them.

Review comment:
       Suggest to change to
   
   ~_The Airflow CLI in 1.10.14 has been changed to be in line with CLI in 2.0. 
The 1.10.* style CLI will still work, but users will get deprecation warning 
messages to be reminded to upgrade their scripts. This is is part of 1.10.14's 
'bridge' role._~
   
   UPDATE: Your latest commit suffices




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


Reply via email to