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

Scale instances without waiting #287

Open
enrichman opened this issue Jul 27, 2023 · 1 comment
Open

Scale instances without waiting #287

enrichman opened this issue Jul 27, 2023 · 1 comment
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@enrichman
Copy link
Member

enrichman commented Jul 27, 2023

At the moment if you want to scale the instances of your application you need to wait for the previous scaling to be ready.

I.e: if I want to scale from 1 to 4 instances I need to scale to 2, wait, then 3, wait, then 4.

It will be nice to just press the plus button from 1 to 4, and then scale the instances.

(AK clarification: Basically defer the call to the app update API for a bit (1/10th of a second maybe, or 2/10th), and if the user keeps clicking on the buttons keep defering, until the click sequence stops. Then call the API.)

Or maybe we could also have an input field that could be edited manually (a bit dangerous?). I would prefer to have the same behavior with just the delay.

(AK clarification: This could make use of the same defered call to the API, i.e. waiting until the user has stopped typing. Or it could use a explicit commit button).

@enrichman enrichman added the kind/enhancement New feature or request label Jul 27, 2023
@richard-cox
Copy link
Member

This is currently an improvement in #277, but is worthy of it's own issue

@richard-cox richard-cox added this to UI Aug 1, 2023
@enrichman enrichman added this to the v1.10.0 milestone Aug 2, 2023
@enrichman enrichman moved this to Scheduled in Epinio planning Aug 2, 2023
@richard-cox richard-cox moved this to Review in UI Aug 7, 2023
@richard-cox richard-cox moved this from Scheduled to In Progress in Epinio planning Aug 7, 2023
@richard-cox richard-cox moved this from In Progress to Todo in Epinio planning Aug 7, 2023
@richard-cox richard-cox moved this from Review to Next Up in UI Aug 7, 2023
@richard-cox richard-cox moved this from Next Up to Backlog in UI Aug 29, 2023
@richard-cox richard-cox modified the milestones: v1.10.0, v1.11.0 Sep 4, 2023
@enrichman enrichman added this to the v1.11.0 milestone Sep 25, 2023
@richard-cox richard-cox modified the milestones: v1.11.0, v1.12.0 Oct 25, 2023
@richard-cox richard-cox moved this from Todo to Scheduled in Epinio planning Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
Status: Scheduled
Status: Backlog
Development

No branches or pull requests

3 participants