Shedlock : Scheduled tasks execution framework (Spring Boot)
ShedLock makes sure that your scheduled tasks are executed at most once at the same time. If a task is being executed on one node, it acquires a lock which prevents execution of the same task from another node (or thread).
Posted in Recipe on October 13, 2022 by Venkatesh S ‐ 6 min read