Commands to help with identifying issues with Job runs have been added:
To get a list of health checks for all cluster:
show all cluster health
To get a list of health checks for a single cluster:
show cluster health for cluster <cluster name>
To show recent job failures for a single project:
show recent job failures for project <project name>
To show recent job failures for an entire organization:
show recent job failures
To show all jobs currently running around a timestamp (YYYY-MM-DDTHH:mm:ssZ):
show all running jobs around '<timestamp>'
To show most recent job failures for a single job:
show job failures for job <job name>