hi,
can you give the CRON expression to execute a rule every 5 minutes from 8:00AM to 5:00PM only working days (MON-FRI).
and
the CRON expression to execute a rule every hour from 8:00AM to 5:00PM only working days (MON-FRI).
thank you.
Try this:
0 0/5 8-17 * * MON-FRI - Every 5 minutes
0 0/60 8-17 * * MON-FRI - Every hour
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.