Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

I want to scale my app more rapidly when there is a request explosion #563

Open
qibobo opened this issue Apr 24, 2020 · 2 comments
Open

Comments

@qibobo
Copy link
Contributor

qibobo commented Apr 24, 2020

Currently autoscaler evaluate the metrics in a breach duration, and it may be slow to do scale action when there are suddenly many requests come to the app.

So we can set 2 breach durations, the stale one and the panic one. For example, stable duration is 60s and panic duration is 6s. The autoscaler does evaluation for both stable and panic duration, and if the one for panic has been breached twice, then it use the panic duration. And if there is no scale action for some time, it then goes back to stable duration.

@cf-gitbot
Copy link
Collaborator

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/172494789

The labels on this github issue will be updated when the story is started.

@cdlliuy
Copy link
Contributor

cdlliuy commented Jun 4, 2020

@silvestre , feel free to go ahead with this :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants