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

Add timeout and retry to framework version of provider #149

Closed
1 task done
bendbennett opened this issue Jun 30, 2022 · 1 comment · Fixed by #151
Closed
1 task done

Add timeout and retry to framework version of provider #149

bendbennett opened this issue Jun 30, 2022 · 1 comment · Fixed by #151
Assignees
Milestone

Comments

@bendbennett
Copy link
Contributor

Terraform CLI and Provider Versions

v1.2.2

Use Cases or Problem Statement

The http provider is being migrated to the Terraform Plugin Framework.

There are outstanding pull requests and issues that have addressed or requested, respectively that timeouts and retries be implemented for HTTP requests. Specifically:

Proposal

This PR will incorporate pull requests and issues that have addressed or requested, respectively that timeouts and retries be implemented for HTTP requests.

Closes: #87
Closes: #71
Closes: #49

How much impact is this issue causing?

Low

Additional Information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@bendbennett bendbennett added this to the v3.1.0 milestone Jun 30, 2022
bendbennett added a commit that referenced this issue Jul 5, 2022
bendbennett added a commit that referenced this issue Jul 5, 2022
Adding optional retry.attempts attribute (#149)
@bendbennett bendbennett modified the milestones: v3.1.0, v3.2.0 Aug 22, 2022
@bendbennett bendbennett removed this from the v3.2.0 milestone Oct 27, 2022
bendbennett added a commit that referenced this issue Feb 3, 2023
Adding optional retry.attempts attribute (#149)
bendbennett added a commit that referenced this issue Feb 3, 2023
bendbennett added a commit that referenced this issue Feb 3, 2023
bendbennett added a commit that referenced this issue Feb 3, 2023
bendbennett added a commit that referenced this issue Feb 3, 2023
bendbennett added a commit that referenced this issue Feb 6, 2023
bendbennett added a commit that referenced this issue Feb 9, 2023
Co-authored-by: Vincent Chenal <vincent.chenal@protonmail.com>
bendbennett added a commit that referenced this issue Feb 9, 2023
Co-authored-by: Vincent Chenal <vincent.chenal@protonmail.com>
bendbennett added a commit that referenced this issue Feb 9, 2023
Co-authored-by: Vincent Chenal <vincent.chenal@protonmail.com>
bendbennett added a commit that referenced this issue Apr 6, 2023
Co-authored-by: Vincent Chenal <vincent.chenal@protonmail.com>
bendbennett added a commit that referenced this issue Apr 6, 2023
bendbennett added a commit that referenced this issue Apr 6, 2023
@bflad bflad added this to the v3.3.0 milestone Apr 11, 2023
bendbennett added a commit that referenced this issue Apr 12, 2023
* Adding optional request_timeout and retry attributes (#149)

Co-authored-by: Vincent Chenal <vincent.chenal@protonmail.com>

* Fixing ExpectError in tests (#149)

* Updates following code review (#149)

---------

Co-authored-by: Vincent Chenal <vincent.chenal@protonmail.com>
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants