1 parent b09f6ef commit 62775bcCopy full SHA for 62775bc
1 file changed
ietf/settings.py
@@ -1153,6 +1153,7 @@ def skip_unreadable_post(record):
1153
CELERY_BROKER_URL = 'amqp://mq/'
1154
CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers:DatabaseScheduler'
1155
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
1157
1158
# Meetecho API setup: Uncomment this and provide real credentials to enable
1159
# Meetecho conference creation for interim session requests
0 commit comments