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

Fix warning in migrations about old config. #29092

Merged
merged 1 commit into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def upgrade():
try:
from airflow.configuration import conf

concurrency = conf.getint("core", "dag_concurrency", fallback=16)
concurrency = conf.getint("core", "max_active_tasks_per_dag", fallback=16)
except: # noqa
concurrency = 16

Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/img/airflow_erd.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
369a505e0505cb07d99b1ae3a2bbf46637c24fd36e5b5d185547c10c8292278d
d1cf9a4117e6dac254dafd45128cc25ef0849a7464a4d36a52539955e1f78bc5