JobRunr : The ultimate open source library for background processing in Java
The ultimate library for background processing in Java. Distributed and backed by persistent storage.
Posted in Recipe on January 28, 2023 by Venkatesh S ‐ 3 min read
The ultimate library for background processing in Java. Distributed and backed by persistent storage.
Posted in Recipe on January 28, 2023 by Venkatesh S ‐ 3 min read
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