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

Unable to set http_request_timeout #75

Open
fs-monacocloud opened this issue Jul 6, 2023 · 0 comments
Open

Unable to set http_request_timeout #75

fs-monacocloud opened this issue Jul 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fs-monacocloud
Copy link

🐛 Bug Report

Refreshing a protection source takes a lot of time so I need to momentarily increase the request timeout.
When I set it using the variable in CohesityClient.config it doesn't have any effect.

To Reproduce

(Write your steps here:)

  1. Instantiate a client (named c here)
  2. Edit the variable c.config.http_request_timeout
  3. Make a call that takes a lot of time

Expected behavior

The timeout used in the lib should be the one I set in the variable

Actual Behavior

The call fails with a TimeoutError and the timeout value is shown as being 60
Note that I checked if editing the default value has an impact and it is the case, it seems it is only about editing the value after object creation.

@NikithaTJ-Cohesity NikithaTJ-Cohesity added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants