@apiratorjs/locking
A lightweight library providing both local and distributed locking primitives (mutexes, semaphores, and read-write locks) for managing concurrency in Node.js.
@trishchuk/redlock-toolkit
Advanced Redis distributed locking library with Redlock algorithm, Circuit Breaker pattern, automatic extension and optimistic locking support
@ramplex/clujo
Schedule functions on a cron-like schedule. Built in distributed locking to prevent overlapping executions in a clustered environment.
@apiratorjs/locking-redis
An extension to the core @apiratorjs/locking library, providing Redis-based implementations of distributed mutexes and semaphores for true cross-process concurrency control in Node.js.
clujo
Schedule interdependent tasks on a cron-like schedule with parallel task execution. Built in distributed locking to prevent overlapping executions in a clustered environment.