Commit 089613ea authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup! erp5_upgrader: no need to call activeSense in activities in Alarm_runFullUpgrader

parent 65e6b333
......@@ -16,18 +16,18 @@ active_process = context.newActiveProcess()
portal_alarms.upgrader_check_pre_upgrade.activeSense(
activity='SQLQueue',
fixit=fixit,
activate_kw={
'activity': 'SQLQueue',
'tag': pre_upgrade_tag,
},
params={'tag': pre_upgrade_tag},
)
portal_alarms.upgrader_check_upgrader.activeSense(
activity='SQLQueue',
fixit=fixit,
activate_kw={
'activity': 'SQLQueue',
'tag': upgrade_tag,
'after_tag': pre_upgrade_tag,
},
......@@ -40,9 +40,9 @@ portal_alarms.upgrader_check_upgrader.activeSense(
# steps, which lead to a wrong and misleading consistency check
if fixit:
portal_alarms.upgrader_check_post_upgrade.activeSense(
activity='SQLQueue',
fixit=fixit,
activate_kw={
'activity': 'SQLQueue',
'tag': post_upgrade_tag,
'after_tag': upgrade_tag,
},
......
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