You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
I am trying to post 35 points per query.
I don't know if it's just me, but whenever I run my script it adds to db only last point.
If I set bulk_size=1 and in python script insert time.sleep(1) after every MySeriesHelper() call
then I am able to post most of the points(32-35).