Commit 6fda21c9 authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Eteri

raise priority of processDataStreamQueue Alarm

parent b33663dd
......@@ -2,5 +2,6 @@ portal = context.getPortalObject()
activate = portal.portal_activities.activateObject
for x in portal.Alarm_zDataStreamQueue():
activate(x.path, tag=tag,
priority=0,
serialization_tag='process_data_stream:%s' % x.uid
).processDataStreamQueue()
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