Loading src/simap_connector/service/telemetry/worker/AggregatorWorker.py +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ class AggregatorWorker(_Worker): ) kafka_producer.flush() update_counter += 1 # Make wait responsible to terminations iterations = int(math.ceil(self._sampling_interval / WAIT_LOOP_GRANULARITY)) for _ in range(iterations): Loading Loading
src/simap_connector/service/telemetry/worker/AggregatorWorker.py +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ class AggregatorWorker(_Worker): ) kafka_producer.flush() update_counter += 1 # Make wait responsible to terminations iterations = int(math.ceil(self._sampling_interval / WAIT_LOOP_GRANULARITY)) for _ in range(iterations): Loading