486134426b
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. |
||
---|---|---|
.. | ||
__init__.py | ||
airflow_local_settings.py | ||
config.yml | ||
default_airflow.cfg | ||
default_celery.py | ||
default_test.cfg | ||
default_webserver_config.py |