Skip to content

Commit

Permalink
[do not merge] test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt committed Dec 9, 2024
1 parent 97995fc commit e54047f
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 @@ -111,6 +111,8 @@ def mutate_configuration(configuration: type[ComposedConfiguration]):

DANDI_VALIDATION_JOB_INTERVAL = values.IntegerValue(environ=True, default=60)

TEST_JAKE = '1'

# 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
Expand Down

0 comments on commit e54047f

Please sign in to comment.