We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09ac19c + e184542 commit af07f9aCopy full SHA for af07f9a
docs/docs/api.md
@@ -42,6 +42,8 @@ Interesting fields in the hashes are:
42
43
* `successCount`: the number of times the job completed successfully
44
* `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
47
* `executor`: auto-determined by Chronos, but will usually be "" for non-async jobs
48
* `parents`: for dependent jobs, a list of all other jobs that must run before this job will run
49
0 commit comments