chore: Squelch celery deprecation warning (#6662)

This commit is contained in:
Jennifer Richards 2023-11-22 10:59:53 -04:00 committed by GitHub
parent b09f6efed3
commit 62775bc56e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1153,6 +1153,7 @@ CELERY_TIMEZONE = 'UTC'
CELERY_BROKER_URL = 'amqp://mq/'
CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers:DatabaseScheduler'
CELERY_BEAT_SYNC_EVERY = 1 # update DB after every event
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True # the default, but setting it squelches a warning
# Meetecho API setup: Uncomment this and provide real credentials to enable
# Meetecho conference creation for interim session requests