Skip to content

Commit

Permalink
fix: dispose window scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Feb 29, 2024
1 parent 9832cae commit 6c530eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions influxdb_client/client/write_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def __init__(self,
self._success_callback = kwargs.get('success_callback', None)
self._error_callback = kwargs.get('error_callback', None)
self._retry_callback = kwargs.get('retry_callback', None)
self._window_scheduler = None

if self._write_options.write_type is WriteType.batching:
# Define Subject that listen incoming data and produces writes into InfluxDB
Expand Down

0 comments on commit 6c530eb

Please sign in to comment.