Skip to content

Commit af07f9a

Browse files
committed
Merge pull request #541 from carroux/patch-2
Add info for 'lastSuccess' and 'lastError' to docs for listing jobs
2 parents 09ac19c + e184542 commit af07f9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Interesting fields in the hashes are:
4242

4343
* `successCount`: the number of times the job completed successfully
4444
* `errorCount`: the number of times the job failed to complete
45+
* `lastSuccess`: timestamp of the last successful run of the job
46+
* `lastError`: timestamp of the last failed run of the job
4547
* `executor`: auto-determined by Chronos, but will usually be "" for non-async jobs
4648
* `parents`: for dependent jobs, a list of all other jobs that must run before this job will run
4749

0 commit comments

Comments
 (0)