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

[FIX] Handle Route53 rate limit error #113

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

dipiazzg
Copy link
Contributor

@dipiazzg dipiazzg commented Mar 11, 2022

Following the discussion on #111 I'm submitting this PR. This change handles the Timeout waiting for resource records changes to be applied: Waiter ResourceRecordSetsChanged failed: Rate exceeded errors introducing a rescue task which, in case of failure, resubmits all the records missed at first glance in synchronous fashion.

This has been extensively tested with 30+ nodes clusters:

  • tested cluster creation
  • tested cluster redeploy
  • tested clean

@dseeley
Copy link
Contributor

dseeley commented Mar 11, 2022

That's a smart solution @dipiazzg - nice.

Copy link
Contributor

@Daniel-Thavapalan Daniel-Thavapalan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! LGTM

Copy link
Contributor

@citrocity citrocity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job, smart idea 👏

Copy link
Contributor

@sky-amoncadot sky-amoncadot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet work, thanks for this 👏🏽

@antoineserrano antoineserrano merged commit 80565d2 into master Mar 14, 2022
@antoineserrano antoineserrano mentioned this pull request Mar 14, 2022
dseeley pushed a commit to dseeley/clusterverse that referenced this pull request Mar 18, 2022
* upstream/master:
  [FIX] Handle Route53 rate limit error (sky-uk#113)
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

Successfully merging this pull request may close these issues.

6 participants