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

activation poll #2398

Closed
rabbah opened this issue Aug 17, 2019 · 2 comments
Closed

activation poll #2398

rabbah opened this issue Aug 17, 2019 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. plugin/openwhisk

Comments

@rabbah
Copy link

rabbah commented Aug 17, 2019

A common set of commands when developing is:

  1. activation list
  2. click an activation (activation get)
  3. do some out of band activation which causes new activations
  4. go to 1

What if there was an activation poll instead (which the wsk cli offers) which continuously updates the activation list view with new activations, with support for specific action names to keep the focus on activations of interest.

It would avoid steps 1 and 4 above because a developer could iterate between do stuff and click new activation.

A possible nuance is the rate of the poll and ingesting too many activations at once... perhaps a slider or command line argument could control the rate.

@starpit
Copy link
Contributor

starpit commented Aug 17, 2019

the table view indeed now supports watching, so this should be possible

@starpit starpit added kind/feature Categorizes issue or PR as related to a new feature. plugin/openwhisk labels Aug 17, 2019
@starpit
Copy link
Contributor

starpit commented Jan 2, 2020

moving to kui-shell/oui#64

@starpit starpit closed this as completed Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. plugin/openwhisk
Projects
None yet
Development

No branches or pull requests

2 participants