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.
this post was submitted on 14 Oct 2024
10 points (100.0% liked)
Java
1384 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
I second @[email protected] answer. Store the upcoming holidays somewhere and just exit if it is one.