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

(RE-15161) Update to jruby-9.4.1.0 and move socket timeout to new method. #22

Merged
merged 2 commits into from
Mar 6, 2023

Conversation

isaac-hammes
Copy link
Contributor

No description provided.

@yachub
Copy link

yachub commented Mar 4, 2023

To remove Timeout usage per https://github.com/mperham/connection_pool

WARNING: Don't ever use Timeout.timeout in your Ruby code or you will see occasional silent corruption and mysterious errors. The Timeout API is unsafe and cannot be used correctly, ever. Use proper socket timeout options as exposed by Net::HTTP, Redis, Dalli, etc.

@yachub yachub added the enhancement New feature or request label Mar 4, 2023
@yachub yachub removed the bug Something isn't working label Mar 6, 2023
@yachub yachub merged commit 0883fe8 into main Mar 6, 2023
@yachub yachub deleted the update_timeout_method branch March 6, 2023 18:59
@yachub yachub changed the title (maint) Update to jruby-9.4.1.0 and move socket timeout to new method. (RE-15161) Update to jruby-9.4.1.0 and move socket timeout to new method. Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants