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 it possible to configure HTTP_TIMEOUT const #174

Closed
yoprysk-dh-nf opened this issue Aug 8, 2023 · 3 comments
Closed

Make it possible to configure HTTP_TIMEOUT const #174

yoprysk-dh-nf opened this issue Aug 8, 2023 · 3 comments

Comments

@yoprysk-dh-nf
Copy link

When performing parallel deployments for the same project but different environments(terraform-provider-launchdarkly version: 2.13.3), we start to see next errors:

Error: failed to update flag "feature-flag-name" in project "default": Patch "https://app.launchdarkly.com/api/v2/flags/default/feature-flag-namei": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

Could you make HTTP_TIMEOUT configurable instead of hard coded value?

HTTP_TIMEOUT = 20 * time.Second

@ldhenry
Copy link
Collaborator

ldhenry commented Aug 10, 2023

Hey @yoprysk-dh-nf,

This sounds like a reasonable request. We'll plan to include it with out next release. I'll let you know when it's available.

Thanks,
Henry

This was referenced Aug 10, 2023
@ldhenry
Copy link
Collaborator

ldhenry commented Aug 11, 2023

Hey @yoprysk-dh-nf , we just released v2.15.0 with a new http_timeout provider option.

I'm going to close this issue for now but feel free to reopen if you are still experiencing issues.

@ldhenry ldhenry closed this as completed Aug 11, 2023
@yoprysk-dh-nf
Copy link
Author

Hey @yoprysk-dh-nf , we just released v2.15.0 with a new http_timeout provider option.

I'm going to close this issue for now but feel free to reopen if you are still experiencing issues.

Thanks a lot, for quick fix

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

2 participants