Commit fd763274 authored by Romain Courteaud's avatar Romain Courteaud 🐙

slapos_pdm: prevent upgrade decision creation alarm to block indexation

parent b0031eeb
......@@ -9,7 +9,10 @@ portal.portal_catalog.searchAndActivate(
title=NegatedQuery(Query(title='_remote_%')),
method_id = 'InstanceTree_createUpgradeDecision',
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},
**{"slapos_item.slap_state": ['start_requested', 'stop_requested']}
)
......
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