Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

"cf scale" to use the same "X of Y instances running" UX as "cf push" and "cf restart" use #43

Closed
drnic opened this issue Aug 13, 2013 · 2 comments

Comments

@drnic
Copy link
Contributor

drnic commented Aug 13, 2013

I like the following UX for showing VMs booting up, and think it'd look good on cf scale too:

    1 of 500 instances running (1 running, 499 starting)
    9 of 500 instances running (9 running, 491 starting)
   21 of 500 instances running (21 running, 479 starting)
  142 of 500 instances running (142 running, 358 starting)
  225 of 500 instances running (225 running, 275 starting)
  305 of 500 instances running (305 running, 195 starting)
  378 of 500 instances running (378 running, 122 starting)
  476 of 500 instances running (476 running, 24 starting)
  499 of 500 instances running (499 running, 1 starting)
  500 of 500 instances running (500 running)
@tlang
Copy link
Contributor

tlang commented Aug 13, 2013

Thanks Dr. Nic. I think that makes sense also, will prioritize.

On Tue, Aug 13, 2013 at 9:08 AM, Dr Nic Williams
notifications@github.comwrote:

I like the following UX for showing VMs booting up, and think it'd look
good on cf scale too:

1 of 500 instances running (1 running, 499 starting)
9 of 500 instances running (9 running, 491 starting)

21 of 500 instances running (21 running, 479 starting)
142 of 500 instances running (142 running, 358 starting)
225 of 500 instances running (225 running, 275 starting)
305 of 500 instances running (305 running, 195 starting)
378 of 500 instances running (378 running, 122 starting)
476 of 500 instances running (476 running, 24 starting)
499 of 500 instances running (499 running, 1 starting)
500 of 500 instances running (500 running)


Reply to this email directly or view it on GitHubhttps://github.com//issues/43
.

@TildeWill
Copy link
Contributor

We've been planning to move away from the "X of Y instances running" UX because of some recent improvements that runtime has made. Essentially the first instance starts near-instantly on the current DEA when deploying your app. The idea would be to then encourage users to monitor their instances using cf instances instead

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

No branches or pull requests

4 participants