Skip to content

Commit

Permalink
cron: changes to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar committed Aug 8, 2023
1 parent 5259298 commit fef8d4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/beginner/nattrmon-cron.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ The order is ```1 2 3 4 5 6``` (second, minute, hour, day of month, month and da

## Examples

* "*/5 * * * * *" - Runs every 5 seconds
* "10 8 * * *" - Runs at 8:10am every day
* "0 */1 * * *" - Runs every hour
* "30 2 * * 0,6" - Runs at 2:30am every weekend
* ```*/5 * * * * *``` - Runs every 5 seconds
* ```10 8 * * *``` - Runs at 8:10am every day
* ```0 */1 * * *``` - Runs every hour
* ```30 2 * * 0,6``` - Runs at 2:30am every weekend

## How to test

Expand Down

0 comments on commit fef8d4f

Please sign in to comment.