Monitoring Jobs¶
The History tab is your go-to for checking the current job status, the last execution time, and the next scheduled execution.
Job status may be one of four options:
Status |
Description |
---|---|
Completed Successfully |
Your job was successfully completed |
Failed |
Your job has failed and is not completed |
Running |
Your job is currently running |
Pending |
Your job will be executed as soon as a Worker becomes available |
Failed Jobs¶
To investigate failed Jobs, in the sidebar, go to Jobs and select the History tab.
Select the Job you wish to investigate.
A drop-down table opens, revealing one of four options for each task:
Status |
Description |
---|---|
Done |
Task was successfully completed |
Failed |
Task has failed and is not completed |
Running |
Task is currently running |
Pending |
Task will be executed as soon as a Worker becomes available |
To retrieve a failed task log, click on the Failed button.
A pop-up error log opens, depicting error details.