Skip to content

Commit

Permalink
Remove Celery Warning
Browse files Browse the repository at this point in the history
This makes explicit the current default behavior which will
change in the next version of Celery.
  • Loading branch information
rajadain committed Jul 10, 2024
1 parent 6710abc commit 16f1731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mmw/mmw/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def get_env_setting(setting):
CELERY_BROKER_URL = 'redis://{0}:{1}/2'.format(
environ.get('MMW_CACHE_HOST', 'localhost'),
environ.get('MMW_CACHE_PORT', 6379))
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True

CELERY_IMPORTS = (
# Submodule task is not always autodiscovered
Expand Down

0 comments on commit 16f1731

Please sign in to comment.