Below is some example of the syntax for crontab. You can use https://crontab.guru to check your crontab syntax.
Minute | Hour | Day(month) | Month | Day(week) | |
Every Day | 0 | 0 | * | * | * |
Every hour | 0 | * | * | * | * |
Every 6th hour | 0 | */6 | * | * |
* |
Below is some example of the syntax for crontab. You can use https://crontab.guru to check your crontab syntax.
Minute | Hour | Day(month) | Month | Day(week) | |
Every Day | 0 | 0 | * | * | * |
Every hour | 0 | * | * | * | * |
Every 6th hour | 0 | */6 | * | * |
* |
Comments
0 comments
Please sign in to leave a comment.