Commit 964df5e6 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: increase alarm priority to not block indexation

parent aa03f107
......@@ -10,6 +10,9 @@ if category_uid_list:
default_allocation_scope_uid=category_uid_list,
validation_state="validated",
method_id='ComputeNode_checkAndUpdateCapacityScope',
activate_kw={'tag': tag}
# This alarm bruteforce checking all documents,
# without changing them directly.
# Increase priority to not block other activities
activate_kw={'tag': tag, 'priority': 2}
)
context.activate(after_tag=tag).getId()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment