Skip to content

Commit

Permalink
Merge pull request #4350 from WhitWaldo/schedule-docs
Browse files Browse the repository at this point in the history
Fixed cron schedule table formatting in Jobs API reference
  • Loading branch information
hhunter-ms authored Sep 13, 2024
2 parents 81ff18b + 9a3482c commit ec54d15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions daprdocs/content/en/reference/api/jobs_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ 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

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

##### Example 2
"0 15 3 * * *" - every day at 03:15

Period string expressions:
Expand Down

0 comments on commit ec54d15

Please sign in to comment.