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

Scheduled Actions #293

Open
eytan-avisror opened this issue May 6, 2021 · 0 comments
Open

Scheduled Actions #293

eytan-avisror opened this issue May 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@eytan-avisror
Copy link
Collaborator

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.

@eytan-avisror eytan-avisror added the enhancement New feature or request label May 6, 2021
@eytan-avisror eytan-avisror changed the title Scheduled Activities Scheduled Actions May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant