-
Notifications
You must be signed in to change notification settings - Fork 403
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
ec2_vpc_nat_gateway_info: add retry decorator to solve RequestLimitExceeded error #446
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tremble
requested changes
Feb 25, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a changelog entry. But otherwise LGTM
* Solve RequestLimitExceeded error by adding the retry decorator Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
5e9e4dd
to
c52fd96
Compare
@tremble I added the changelog. Thank you! |
tremble
approved these changes
Feb 25, 2021
alinabuzachis
added a commit
to alinabuzachis/community.aws
that referenced
this pull request
Jul 16, 2021
…ections#446) * Solve RequestLimitExceeded error by adding the retry decorator Signed-off-by: Alina Buzachis <abuzachis@redhat.com> Co-authored-by: Alina Buzachis <abuzachis@redhat.com> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@52fb230
alinabuzachis
added a commit
to alinabuzachis/community.aws
that referenced
this pull request
Jul 19, 2021
* Solve RequestLimitExceeded error by adding the retry decorator Signed-off-by: Alina Buzachis <abuzachis@redhat.com> Co-authored-by: Alina Buzachis <abuzachis@redhat.com>
alinabuzachis
added a commit
to alinabuzachis/community.aws
that referenced
this pull request
Jul 19, 2021
* Solve RequestLimitExceeded error by adding the retry decorator Signed-off-by: Alina Buzachis <abuzachis@redhat.com> Co-authored-by: Alina Buzachis <abuzachis@redhat.com>
danielcotton
pushed a commit
to danielcotton/community.aws
that referenced
this pull request
Nov 23, 2021
* Solve RequestLimitExceeded error by adding the retry decorator Signed-off-by: Alina Buzachis <abuzachis@redhat.com> Co-authored-by: Alina Buzachis <abuzachis@redhat.com>
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
May 25, 2022
…#446) Add new "require_boto(3|core)_at_least() helpers SUMMARY We currently have lots of different ways we output that we needed a library, add a helper for our standard use-case of minimum botocore versions for a feature. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/core.py plugins/modules/ec2_vol.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
alinabuzachis
added a commit
to alinabuzachis/community.aws
that referenced
this pull request
May 25, 2022
* Solve RequestLimitExceeded error by adding the retry decorator Signed-off-by: Alina Buzachis <abuzachis@redhat.com> Co-authored-by: Alina Buzachis <abuzachis@redhat.com> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@52fb230
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue/PR relates to a bug
community_review
module
module
needs_triage
plugins
plugin (any type)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Solve RequestLimitExceeded error by adding the retry decorator
ISSUE TYPE
COMPONENT NAME
ec2_vpc_nat_gateway_info