Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename [scheduler] max_threads to [scheduler] parsing_processes #12605

Merged
merged 1 commit into from
Nov 25, 2020

Commits on Nov 25, 2020

  1. Rename [scheduler] max_threads 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.
    kaxil committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    de06717 View commit details
    Browse the repository at this point in the history