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

Increase timeouts #259

Merged
merged 10 commits into from Mar 10, 2016
Merged

Increase timeouts #259

merged 10 commits into from Mar 10, 2016

Conversation

toolmantim
Copy link
Contributor

This increases our HTTP response timeout to 1 minute, and decreases retry frequency for API calls from once every 1 second to once every 5 seconds.

This means the agent will now wait 10 seconds for a http connection, 60 seconds for a response, and then it'll wait 5 seconds before retrying. For network situations, or downtime, this means things will attempting to retry every 5 seconds instead of every second.

@toolmantim
Copy link
Contributor Author

@keithpitt given you chose the initial values, I'll need your eyes on this. I don't see many user-facing problems with the increases?

@toolmantim
Copy link
Contributor Author

Once this is merged I'll also backport to stable

@keithpitt
Copy link
Member

👍

toolmantim added a commit that referenced this pull request Mar 10, 2016
@toolmantim toolmantim merged commit 33c806f into master Mar 10, 2016
@toolmantim toolmantim deleted the increase-timeouts branch March 10, 2016 07:46
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

Successfully merging this pull request may close these issues.

None yet

2 participants