Skip to content

Commit 62775bc

Browse files
chore: Squelch celery deprecation warning (ietf-tools#6662)
1 parent b09f6ef commit 62775bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,7 @@ def skip_unreadable_post(record):
11531153
CELERY_BROKER_URL = 'amqp://mq/'
11541154
CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers:DatabaseScheduler'
11551155
CELERY_BEAT_SYNC_EVERY = 1 # update DB after every event
1156+
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True # the default, but setting it squelches a warning
11561157

11571158
# Meetecho API setup: Uncomment this and provide real credentials to enable
11581159
# Meetecho conference creation for interim session requests

0 commit comments

Comments
 (0)