You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do some out of band activation which causes new activations
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.
The text was updated successfully, but these errors were encountered:
A common set of commands when developing is:
activation list
activation get
)What if there was an
activation poll
instead (which thewsk
cli offers) which continuously updates theactivation list
view with new activations, with support for specific action names to keep the focus on activations of interest.It would avoid steps
1
and4
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.
The text was updated successfully, but these errors were encountered: