We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would make a nice feature to allow changing scaling according to a cron expression. AWS has a feature for scheduled actions, however this will most likely cause a ping-pong situation with the controller, since it's own definition of min/max will be different when the schedule kicks in. https://docs.aws.amazon.com/sdk-for-go/api/service/autoscaling/#AutoScaling.PutScheduledUpdateGroupAction
We should evaluate our own implementation of scheduled actions, which will simply modify the min/max on given schedules.
If we have our own implementations, we can also scheduled other activities, such as node rotations, etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would make a nice feature to allow changing scaling according to a cron expression.
AWS has a feature for scheduled actions, however this will most likely cause a ping-pong situation with the controller, since it's own definition of min/max will be different when the schedule kicks in.
https://docs.aws.amazon.com/sdk-for-go/api/service/autoscaling/#AutoScaling.PutScheduledUpdateGroupAction
We should evaluate our own implementation of scheduled actions, which will simply modify the min/max on given schedules.
If we have our own implementations, we can also scheduled other activities, such as node rotations, etc.
The text was updated successfully, but these errors were encountered: