Taehyeong Leejsonobject.hashnode.dev·Jan 8, 2024Guide to Scheduler Lock in Spring Boot using ShedLock and DynamoDBOverview In Spring Boot, @Scheduled annotation on a specific bean's method allows the application logic to be executed at a specific time or periodically. A major issue with @Scheduled is that in a distributed system without its concept, if the appl...Discuss·11 likes·1.8K readsShedLock
Kai Niemiblog.cloudneutral.se·Oct 25, 2022Cluster Singletons using ShedLockOverview Imagine you have a service deployed in multiple instances across the entire globe that need to run scheduled tasks, exclusively one at a time, as cluster singletons. How would you ensure that such a task deployed on multiple processors only ...Discuss·107 readsSpringboot