Request for Minimum available instances setting
- Dominant language
- No language data
- Stars
- 301
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
**Community Note**
* Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
**Tell us about your request**
What do you want us to build?
Currently there is no minimum available instances setting since the current"MinSize" is just for minimum provisioned instances. This could be a blocker for production services since there is a possibility there there are 0 guaranteed available instances. The customers could potentially get a 5xx error if it scaled to 0. I would like for there to be a "minimum available instances" setting so that there could be a way to prevent it from scaling to 0.
**Describe alternatives you've considered**
The current workaround seem to be just using a script to curl the server every few minutes but this is not ideal and users could get confused with "MinSize"
Contributor guide
Assessment
This issue has not been assessed yet.