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

Set custom timeout for requests #71

Open
alexandrevicenzi opened this issue Apr 29, 2019 · 0 comments
Open

Set custom timeout for requests #71

alexandrevicenzi opened this issue Apr 29, 2019 · 0 comments

Comments

@alexandrevicenzi
Copy link
Contributor

It would be nice to allow users to set custom timeout for requests.

In our test environment, we have problems because our servers are not reliable and this can lead to Timeout errors.

Retry of failed requests by Timeout error might fix the problem, but we do not need to retry if we increase the timeout, or maybe the server is under some load and all requests will be slower.

The idea is to create a way to set a custom timeout. If we follow the proposed way for retries of failed requests it should be an env variable.

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

1 participant