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

Separate scaling cooldown by type #111

Open
ThomasObenaus opened this issue Dec 22, 2019 · 0 comments
Open

Separate scaling cooldown by type #111

ThomasObenaus opened this issue Dec 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ThomasObenaus
Copy link
Owner

Currently sokar's cooldown mechanism does not regard the direction if the scaling.
This means even though it is possible to configure different cooldowns for down- and up-scaling, it is not possible to directly scale up after a down-scaling.

Why?:

  • Sokar just memorizes the timestamp for the last scale action, no matter if it is a down- or up-scaling.
  • If configured differently sokar just waits longer/ less for the next down- / up-scaling event.
  • But in each case sokar will wait for the next down-scaling even if there was only an up-scaling event beforehand.

With this ticket the down- and up-scaling cooldown should be really separated from one another.

@ThomasObenaus ThomasObenaus added the enhancement New feature or request label Dec 22, 2019
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