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

Downscaling of AWS instances fails (Throttling: Rate exceeded) #106

Closed
ThomasObenaus opened this issue Oct 22, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working
Projects

Comments

@ThomasObenaus
Copy link
Owner

Since the monitoring of termination of AWS instances contains a bug the complete downscaling can fail. At least sokar thinks it failed.

Ticket applied. Scaling was failed (Error adjusting scalingObject count to 11: Throttling: Rate exceeded\n\tstatus code: 400, request id: 0d9e1fcb-f49d-11e9-973f-f1b0ba24974b.). New count is 12. Scaling in 46.780182 .

@ThomasObenaus
Copy link
Owner Author

The reason for this is the 'busy polling' implementation of the instance downscaling monitoring.
See: https://github.com/ThomasObenaus/sokar/blob/v0.0.10/aws/monitor.go#L16

@ThomasObenaus ThomasObenaus added this to Backlog in Sokar via automation Oct 22, 2019
@ThomasObenaus ThomasObenaus added the bug Something isn't working label Oct 22, 2019
@ThomasObenaus ThomasObenaus self-assigned this Oct 22, 2019
@ThomasObenaus ThomasObenaus moved this from Backlog to In Progress in Sokar Oct 22, 2019
Sokar automation moved this from In Progress to Done Oct 22, 2019
@ThomasObenaus ThomasObenaus moved this from Done to Released in Sokar Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Sokar
  
Released
Development

No branches or pull requests

1 participant