Hey Guys,
For my current spring boot project I have been using a @Scheduled annotation and using cron syntax for running jobs, but now I don’t want to schedule jobs on holiday (based on US calendar).
So is there any approach to skip the schedule on holiday.
Thanks for your help in advanced.


I second @tiramichu@lemm.ee answer. Store the upcoming holidays somewhere and just exit if it is one.