Skip to content

Check Project Command

Latest
Compare
Choose a tag to compare
@ilikeorangutans ilikeorangutans released this 22 Sep 19:56
5ab2413

Added a check project command that checks all flows in a project. Flows can be filtered by prefix or /regular expression/ and flows are now sorted by name. By default all matching flows will be shown with a short histogram of max 5 executions (can be set via -c) and histogram details will be shows for 3 executions (can be set via -d) if the job status is failed. If you're only interested in non-healthy flows you can provide -i (--ignore-healthy).

Screen Shot 2019-09-22 at 3 54 58 PM