I did the following:
0 */10 * * * {CMD}
but it worked until midnight and didn't continue the next day. Can someone please suggest something?
Use this:
10 * * * * {CMD}
which means start new job at 10 minutes of every hour: 1:10, 2:10, ...
If you want to start at 1:10, 2:20, 3:30, ..., then you will need to write a lot of manual rules, each starting at those times (or write your own scheduler).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With