this post was submitted on 14 Oct 2024
9 points (100.0% liked)

Java

1350 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] GetOffMyLan 1 points 2 days ago* (last edited 2 days ago)

I second @[email protected] answer. Store the upcoming holidays somewhere and just exit if it is one.