From e54047f737ffa469456e7b777fd254111efbe665 Mon Sep 17 00:00:00 2001 From: Jacob Nesbitt Date: Mon, 9 Dec 2024 12:17:55 -0500 Subject: [PATCH] [do not merge] test commit --- dandiapi/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dandiapi/settings.py b/dandiapi/settings.py index 0e87dfc2d..6835223d7 100644 --- a/dandiapi/settings.py +++ b/dandiapi/settings.py @@ -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