You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests that take a while to return end up timing out waiting for response. This can be problematic if the request takes more than the default timeout.
It would be nice to set a custom read_timeout for the Net::HTTP object created in consumer.rb#create_http
Requests that take a while to return end up timing out waiting for response. This can be problematic if the request takes more than the default timeout.
It would be nice to set a custom read_timeout for the Net::HTTP object created in consumer.rb#create_http
Here are some related resources:
http://www.ruby-doc.org/stdlib-1.9.3/libdoc/net/http/rdoc/Net/HTTP.html#method-i-read_timeout-3D
https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-talk/_byV2ua39fI
It would be handy to be able to do something like this:
The text was updated successfully, but these errors were encountered: