We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09a612 commit d2afef8Copy full SHA for d2afef8
influxdb_client/client/write_api.py
@@ -250,6 +250,7 @@ def __init__(self,
250
self._success_callback = kwargs.get('success_callback', None)
251
self._error_callback = kwargs.get('error_callback', None)
252
self._retry_callback = kwargs.get('retry_callback', None)
253
+ self._window_scheduler = None
254
255
if self._write_options.write_type is WriteType.batching:
256
# Define Subject that listen incoming data and produces writes into InfluxDB
0 commit comments