lintcron
Auto
type your expression
try sample
copy
reset
what it means
schedule
fix the errors above and the schedule will appear here
try these
Every min
* * * * *
5 min
*/5 * * * *
Hourly
0 * * * *
Midnight
0 0 * * *
Wkdays 9AM
0 9 * * 1-5
Sun 3AM
0 3 * * 0
Monthly
0 0 1 * *
30s
*/30 * * * * *