chore: Squelch celery deprecation warning (#6662)
This commit is contained in:
parent
b09f6efed3
commit
62775bc56e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue