Skip to content

Commit 5b0c57d

Browse files
authored
Merge pull request #4357 from WhitWaldo/tweak-day-of-week-jobs
Reflecting valid value of 0-6, not 0-7 in jobs schedule
2 parents 90c0906 + 770f153 commit 5b0c57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/api/jobs_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Parameter | Description
4444
Systemd timer style cron accepts 6 fields:
4545
seconds | minutes | hours | day of month | month | day of week
4646
--- | --- | --- | --- | --- | ---
47-
0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-7/sun-sat
47+
0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-6/sun-sat
4848

4949
##### Example 1
5050
"0 30 * * * *" - every hour on the half hour

0 commit comments

Comments
 (0)