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

How to configure connection timeout and max retry count? #107

Closed
edarzins opened this issue May 25, 2016 · 2 comments
Closed

How to configure connection timeout and max retry count? #107

edarzins opened this issue May 25, 2016 · 2 comments

Comments

@edarzins
Copy link

While testing connection-timeout behavior with the BigIP class, I noticed that I receive the following exception after 75 seconds:

HTTPSConnectionPool(host='10.128.1.144', port=443): Max retries exceeded with url: /mgmt/tm/ltm/pool/ (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x106064ad0>: Failed to establish a new connection: [Errno 60] Operation timed out',))

I would like to be able to configure the timeout and max retry count, but I don't see a way to do that.

@jasonrahm
Copy link

Hi @edarzins, I know this is super old...are you trying to configure the requests module on the python side for connection timeout and max retry, or manipulate the rest interface itself?

@f5-rahm
Copy link
Contributor

f5-rahm commented Sep 14, 2020

archiving this repo, this request will not be implemented.

@f5-rahm f5-rahm closed this as completed Sep 14, 2020
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

3 participants