4 ms·
Slightly off-topic digression: Would WAS compilation help solve the ruby / rails timeout problem? https://devcenter.heroku.com/articles/h12-request-timeout-in
by alipitch 4y ago
Slightly off-topic digression:
Would WAS compilation help solve the ruby / rails timeout problem?
https://devcenter.heroku.com/articles/h12-request-timeout-in-ruby-mri https://devcenter.heroku.com/articles/h12-request-timeout-in...
> H12 - Request Timeout in Ruby (MRI)
> Rack-timeout limitations
> Due to the design of the Ruby programming language’s Thread#raise API, which timing out code depends on, there is a known bug with rack-timeout that can put your app into a bad state if rack-timeout fires too frequently.
(Other related URLs)
https://github.com/ankane/the-ultimate-guide-to-ruby-timeouts https://github.com/ankane/the-ultimate-guide-to-ruby-timeout...
https://headius.blogspot.com/2008/02/rubys-threadraise-threadkill-timeoutrb.html https://headius.blogspot.com/2008/02/rubys-threadraise-threa...
https://www.schneems.com/2017/02/21/the-oldest-bug-in-ruby-why-racktimeout-might-hose-your-server/ https://www.schneems.com/2017/02/21/the-oldest-bug-in-ruby-w...