Skip to content

Commit

Permalink
Added unit test for the additional config and addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-arora-cashfree committed Dec 18, 2024
1 parent 5094502 commit 26a981b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _broker_supports_visibility_timeout(url):
),
"worker_concurrency": conf.getint("celery", "WORKER_CONCURRENCY", fallback=16),
"worker_enable_remote_control": conf.getboolean("celery", "worker_enable_remote_control", fallback=True),
**extra_celery_config
**extra_celery_config,
}


Expand Down

0 comments on commit 26a981b

Please sign in to comment.