I am trying to set up a cron job which runs every 10 minutes but should stop for exact 30 minutes (miss three runs) between 12:15 to 12:45 (should not run for 12:20, 12:30, 12:40), as some other job will run during this period which might conflict with this one.
Is it possible to achieve this in one cron job expression?