Skip to content

Commit 53a8e1e

Browse files
Update dojo/settings/settings.dist.py
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
1 parent 1f8e468 commit 53a8e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ def saml2_attrib_map_format(din):
12601260
# 2 - regular tasks
12611261
# 3 - notifications and jira
12621262
# 4 - garbidge collectors
1263-
CELERY_BROKER_TRANSPORT_OPTIONS["priority_steps"] = list(range(4))
1263+
CELERY_BROKER_TRANSPORT_OPTIONS["priority_steps"] = list(range(5))
12641264
CELERY_TASK_DEFAULT_PRIORITY = 2
12651265

12661266
if "sep" not in CELERY_BROKER_TRANSPORT_OPTIONS:

0 commit comments

Comments
 (0)