We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Timeout.timeout() is no longer a recommended practice by the Ruby community as it is prone to unexpected behavior.
Timeout.timeout()
Replace Timeout.timeout() calls with more specific timeouts, as outlined in Mike Perham's article
There is more than one way to replace Timeout.timeout, and we're open to additional solutions.
Timeout.timeout
[Really Want]
###T-Shirt Size
The text was updated successfully, but these errors were encountered:
https://issues.newrelic.com/browse/NEWRELIC-3422
Sorry, something went wrong.
don't use Timeout.timeout()
193ea5a
(outside of `test/`) don't use `Timeout.timeout()` when the underlying library has timeout functionality itself. resolves #975
fallwith
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Timeout.timeout()
is no longer a recommended practice by the Ruby community as it is prone to unexpected behavior.Feature Description
Replace
Timeout.timeout()
calls with more specific timeouts, as outlined in Mike Perham's articleDescribe Alternatives
There is more than one way to replace
Timeout.timeout
, and we're open to additional solutions.Priority
[Really Want]
###T-Shirt Size
The text was updated successfully, but these errors were encountered: