Skip to content
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

Closed
dougbarth opened this issue May 7, 2013 · 4 comments
Closed

Make read_timeout configurable #29

dougbarth opened this issue May 7, 2013 · 4 comments

Comments

@dougbarth
Copy link

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.

@jonaf
Copy link

jonaf commented May 7, 2013

+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.

@emalm
Copy link

emalm commented May 9, 2014

+1: We're seeing intermittent timeouts when batch updating alerts.

@emalm
Copy link

emalm commented May 9, 2014

Great, thanks for the fast response!

@clofresh
Copy link
Contributor

clofresh commented May 9, 2014

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants