-
Notifications
You must be signed in to change notification settings - Fork 88
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
Make read_timeout configurable #29
Comments
+1 -- not sure why a 5 second timeout was hardcoded in the first place. Timeout happens 100% of the time when I perform a search. |
+1: We're seeing intermittent timeouts when batch updating alerts. |
Great, thanks for the fast response! |
Should have fixed this a while ago. Gem release coming soon once work out why travis is failing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our chef integration to create data alerts sometimes fails because our API request to load all alerts times out. For now I'm monkey patching a higher timeout in Dogapi::APIService#connect, but it would be nice if I could tune the read_timeout when creating the Dogapi::Client.
The text was updated successfully, but these errors were encountered: