Skip to content

Commit daefd70

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ def saml2_attrib_map_format(din):
12661266
# 2 - regular tasks
12671267
# 3 - notifications and jira
12681268
# 4 - garbidge collectors
1269-
CELERY_BROKER_TRANSPORT_OPTIONS["priority_steps"] = list(range(4))
1269+
CELERY_BROKER_TRANSPORT_OPTIONS["priority_steps"] = list(range(5))
12701270
CELERY_TASK_DEFAULT_PRIORITY = 2
12711271

12721272
if "sep" not in CELERY_BROKER_TRANSPORT_OPTIONS:

0 commit comments

Comments
 (0)