Skip to content

Commit b36ada3

Browse files
committed
Updates the cron schedule docs with the correct DoW
Signed-off-by: joshvanl <[email protected]>
1 parent e33e154 commit b36ada3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/job.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/job.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ message Job {
5151
//
5252
// Systemd timer style cron accepts 6 fields:
5353
// seconds | minutes | hours | day of month | month | day of week
54-
// 0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-7/sun-sat
54+
// 0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-6/sun-sat
5555
//
5656
// "0 30 * * * *" - every hour on the half hour
5757
// "0 15 3 * * *" - every day at 03:15

0 commit comments

Comments
 (0)