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
I realize this is a shot in the dark, but I'm stumped and could use some help.
See the screenshot below from Rollbar. I have rack_timeout installed and set to a 10s timeout. timeout in this scope is 5s.
Shouldn't HTTParty be raising a timeout error (which should be caught in the rescue) before rack_timeout raises their own? Or am I missing something silly?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I realize this is a shot in the dark, but I'm stumped and could use some help.
See the screenshot below from Rollbar. I have
rack_timeout
installed and set to a 10s timeout.timeout
in this scope is 5s.Shouldn't HTTParty be raising a timeout error (which should be caught in the
rescue
) beforerack_timeout
raises their own? Or am I missing something silly?Thanks in advance!
The text was updated successfully, but these errors were encountered: