We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8e468 commit 53a8e1eCopy full SHA for 53a8e1e
dojo/settings/settings.dist.py
@@ -1260,7 +1260,7 @@ def saml2_attrib_map_format(din):
1260
# 2 - regular tasks
1261
# 3 - notifications and jira
1262
# 4 - garbidge collectors
1263
- CELERY_BROKER_TRANSPORT_OPTIONS["priority_steps"] = list(range(4))
+ CELERY_BROKER_TRANSPORT_OPTIONS["priority_steps"] = list(range(5))
1264
CELERY_TASK_DEFAULT_PRIORITY = 2
1265
1266
if "sep" not in CELERY_BROKER_TRANSPORT_OPTIONS:
0 commit comments