-
Notifications
You must be signed in to change notification settings - Fork 120
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
Switch to exponential backoff while creating/deletion machines #483
Comments
/assign @hardikdr @prashanth26 |
/priority normal
cc @zuzzas |
Thanks to #525 we can now attach a RateLimitingInterface to the queue, and throttle Machines in CrashLoopBackoff.
Then, there's a matter of replacing |
/title Switch to exponential backoff while creating/deletion machines |
What would you like to be added:
On failure of machine creation or deletion requests, MCM constantly tries to create or delete the machine-objects. This could cause a heavy load on control-cluster's API-server, and exhaust the API rate-limits of cloud-provider. We should exponentially back-off on the failure of requests.
Why is this needed:
The text was updated successfully, but these errors were encountered: