incubator-airflow/airflow/config_templates
Kaxil Naik 486134426b
Rename `[scheduler] max_threads` to `[scheduler] parsing_processes` (#12605)
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.
2020-11-25 09:33:19 +00:00
..
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
airflow_local_settings.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
config.yml Rename `[scheduler] max_threads` to `[scheduler] parsing_processes` (#12605) 2020-11-25 09:33:19 +00:00
default_airflow.cfg Rename `[scheduler] max_threads` to `[scheduler] parsing_processes` (#12605) 2020-11-25 09:33:19 +00:00
default_celery.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
default_test.cfg Rename `[scheduler] max_threads` to `[scheduler] parsing_processes` (#12605) 2020-11-25 09:33:19 +00:00
default_webserver_config.py Allways use Airlfow db in FAB (#11364) 2020-10-09 09:55:31 +02:00