Skip to content

Commit

Permalink
Merge pull request #2026 from dandi/silence-celery-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Sep 10, 2024
2 parents 5a1af01 + 134c7b3 commit def694f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dandiapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def mutate_configuration(configuration: type[ComposedConfiguration]):

# The CloudAMQP connection was dying, using the heartbeat should keep it alive
CELERY_BROKER_HEARTBEAT = 20
# Retry connections in case rabbit isn't immediately running
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True

# Clearing out the stock `SWAGGER_SETTINGS` variable causes a Django login
# button to appear in Swagger, along with a spurious "authorize" button that
Expand Down

0 comments on commit def694f

Please sign in to comment.