We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017b04c commit 823d925Copy full SHA for 823d925
src/monitoring/clickhouse_batch_sender.py
@@ -260,7 +260,7 @@ def insert_all(self):
260
self.timer = None
261
262
def _start_timer(self):
263
- """Set the timer for batch processing of data insertion.
+ """Sets the timer for batch processing of data insertion.
264
265
Cancels any existing timer and starts a new one that will trigger
266
batch insertion after the configured timeout period.
0 commit comments