Skip to content

Commit

Permalink
Merge pull request #4357 from WhitWaldo/tweak-day-of-week-jobs
Browse files Browse the repository at this point in the history
Reflecting valid value of 0-6, not 0-7 in jobs schedule
  • Loading branch information
hhunter-ms authored Sep 17, 2024
2 parents 90c0906 + 770f153 commit 5b0c57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/api/jobs_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Parameter | Description
Systemd timer style cron accepts 6 fields:
seconds | minutes | hours | day of month | month | day of week
--- | --- | --- | --- | --- | ---
0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-7/sun-sat
0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-6/sun-sat

##### Example 1
"0 30 * * * *" - every hour on the half hour
Expand Down

0 comments on commit 5b0c57d

Please sign in to comment.