11
submitted 1 month ago* (last edited 1 month ago) by Thumper@lemmy.world to c/java@programming.dev

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.

top 2 comments
sorted by: hot top controversial new old
[-] tiramichu@lemm.ee 12 points 1 month ago

Perhaps you could simply allow the cron to run on the same schedule, but add supplementary code within the method body to check for holidays and exit early.

[-] GetOffMyLan@programming.dev 1 points 1 month ago* (last edited 1 month ago)

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

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

Java

1395 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