Skip to content

Commit

Permalink
chore: Squelch celery deprecation warning (#6662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards authored Nov 22, 2023
1 parent b09f6ef commit 62775bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ def skip_unreadable_post(record):
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
Expand Down

0 comments on commit 62775bc

Please sign in to comment.