cadence-web icon indicating copy to clipboard operation
cadence-web copied to clipboard

🔄 Refresh button

Open Gurpartap opened this issue 5 years ago • 2 comments

I sometimes have to refresh the list fairly consistently during development and production deploys to see whether workflows are queuing up, completing, etc. A refresh button on the UI would come in handy.

Gurpartap avatar Mar 26 '20 09:03 Gurpartap

A bit of inspiration… Grafana comes with an auto-refresh option, something similar to what I currently do with watch -n <interval_secs> command.

$ watch -n 5 --color cadence -do my-domain wf list --open --ps 100 --wt MyWorkflowName
Screenshot 2020-03-26 at 15 07 42

Gurpartap avatar Mar 26 '20 09:03 Gurpartap

Sounds like a great idea!

just-at-uber avatar Mar 27 '20 16:03 just-at-uber