Is there any way to design the cron expression as to run every 70 minutes or 210 minutes i.e. > 60 minutes. I tried to search for this, but was not able to find this.
I finally went with a wrapper script that would do the required time checking which was called every 5 minutes(or the optimal recurring time).
How to accomplish such task in cron expression ?
Run every 70 minutes
* */1.1666
or
Run every 210 minutes
* */3.5
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