Cron help to run an alert every 15th and 45th minute of the hour
Tried this but didn't help 15-60/30 * * * *
Hi. If you want to run at :15 and :45 every hour you want
15,45 * * * *
Hi. If you want to run at :15 and :45 every hour you want
15,45 * * * *
It worked , Thank you for your time
Hi,
Please try the below cron .
Update us once done.
15-59/30 * * * *
This works as well 🙂 . Thank you