incubator-airflow/scripts/in_container
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
..
prod
_in_container_script_init.sh
_in_container_utils.sh
airflow_ci.cfg
check_environment.sh
configure_environment.sh
entrypoint_ci.sh
entrypoint_exec.sh
quarantine_issue_header.md
refresh_pylint_todo.sh
run_ci_tests.sh
run_clear_tmp.sh
run_cli_tool.sh
run_docs_build.sh
run_extract_tests.sh
run_fix_ownership.sh
run_flake8.sh
run_generate_constraints.sh
run_init_script.sh
run_mypy.sh
run_prepare_provider_packages.sh
run_prepare_provider_readme.sh
run_pylint.sh
run_system_tests.sh
run_test_package_import_all_classes.sh
run_test_package_install.sh
run_tmux.sh
run_tmux_welcome.sh
stop_tmux_airflow.sh
update_quarantined_test_status.py