We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8325ce commit 51a828aCopy full SHA for 51a828a
1 file changed
patchman/settings.py
@@ -127,6 +127,7 @@
127
CELERY_BROKER_TRANSPORT_OPTIONS = {
128
'queue_order_strategy': 'priority',
129
}
130
+CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True
131
CELERY_WORKER_PREFETCH_MULTIPLIER = 1
132
133
LOGIN_REDIRECT_URL = '/patchman/'
0 commit comments