Hi everyone, I have a cron expression that is not working, I have it listed below. I want it to run every 15 minutes from 2:00 - 4:00 pm Monday to Friday.
*/15 14-15 * * 1-5
Hi everyone, I have a cron expression that is not working, I have it listed below. I want it to run every 15 minutes from 2:00 - 4:00 pm Monday to Friday.
*/15 14-15 * * 1-5
give a try at
0 0/15 14-15 ? * MON-FRI *
It worked, thanks for the help!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.