-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: prevent creating unnecessary threads repeatedly #562
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #562 +/- ##
=======================================
Coverage 90.35% 90.35%
=======================================
Files 39 39
Lines 3493 3493
=======================================
Hits 3156 3156
Misses 337 337 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@goznauk thanks for your PR 👍. Can you please satisfy following Checklist:
65ee74b
to
24103c5
Compare
@bednar Thank you for your feedback! I have completed all the items in the checklist as requested. Please let me know if there are any other requirements or changes needed for this PR. |
@goznauk thanks |
@bednar any updates for this? |
@goznauk, I've added this PR to our backlog. We need to conduct a few manual tests on our end before we can proceed with merging this PR. |
Use ThreadPoolScheduler for WriteApi batch subject instead of TimeoutScheduler. Fixes influxdata#561
@goznauk I've tested this PR and everything looks good |
Closes #561
Checklist
pytest tests
completes successfully