Skip to content

Commit b719528

Browse files
sachin-arora-cashfreearorasachin9
authored andcommitted
Added unit test for the additional config and addressed comments
1 parent 84f1e81 commit b719528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/src/airflow/providers/celery/executors/default_celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _broker_supports_visibility_timeout(url):
8787
),
8888
"worker_concurrency": conf.getint("celery", "WORKER_CONCURRENCY", fallback=16),
8989
"worker_enable_remote_control": conf.getboolean("celery", "worker_enable_remote_control", fallback=True),
90-
**extra_celery_config
90+
**extra_celery_config,
9191
}
9292

9393

0 commit comments

Comments
 (0)