- Notifications
You must be signed in to change notification settings - Fork186
fix: prevent creating unnecessary threads repeatedly#562
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
codecov-commenter commentedFeb 22, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install theCodecov 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
to24103c5
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.Fixesinfluxdata#561
@goznauk I've tested this PR and everything looks good |
Uh oh!
There was an error while loading.Please reload this page.
Closes#561
Checklist
pytest tests
completes successfully