Skip to content
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: properly spin down unused streamer threads #1035

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

SamSaffron
Copy link
Member

Previous version was prone to the bug:

ruby-concurrency/concurrent-ruby#1075

This is particularly bad cause we could have a DB connection
attached to the thread and we never clear it up, so after N hours
this could start exhibiting weird connection issues.

Previous version was prone to the bug:

ruby-concurrency/concurrent-ruby#1075

This is particularly bad cause we could have a DB connection
attached to the thread and we never clear it up, so after N hours
this could start exhibiting weird connection issues.
@SamSaffron SamSaffron merged commit 6a7a45f into main Dec 20, 2024
6 checks passed
@SamSaffron SamSaffron deleted the fix-queues branch December 20, 2024 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants