Cron Expression For Specific Days Of Month AND Specific Days Of The Week

Hey @david.kameka

Welcome back to the forums :slight_smile:

You won’t be able to achieve this with a single cron expression (happy to be wrong).

You will need to combine the cron expression you have created in your post (0 30 6 ? * 2-6 *) with a non working days Calendar.

The calendar will need to be setup exclude the jobs running on the 1st of each month.

In summary, these two elements combined will make the job run at 6:30am Monday to Friday minus the 1st of each month because of the Non Working days calendar you have created.

Check out this post for how to do this:

Hopefully this helps you.

Reach out if you need a hand.

3 Likes