java
Java Thumper 1w ago 100%

[Question] How make sure that the scheduler does not run on holiday

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.

9
2
Comments 2