cadence-web
cadence-web copied to clipboard
🔄 Refresh button
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.
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
Sounds like a great idea!