Commit a8774b21 authored by Ivan Tyagov's avatar Ivan Tyagov Committed by Klaus Wölfel

Use low priority so checks are executed without disturbing normal system flow

parent a3f99c16
......@@ -22,6 +22,7 @@ for data_stream in data_stream_list:
# Data Stream or Data Bucket Stream needs to have data ...
tag = '%s_consistency_check' %data_stream.getPath()
data_stream.activate(tag = tag,
priority = 100,
active_process = active_process.getPath()).DataStream_checkIfNEOCloneBackupIsConsistent(
neo_node_list,
neo_cert_list,
......
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