Commit 6fa0682a authored by Ivan Tyagov's avatar Ivan Tyagov

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

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