Capability
Concurrency Control With Per Function And Per Key Limits
3 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “concurrency control with per-function and per-key limits”
Event-driven durable workflow engine.
Unique: Implements distributed concurrency control via Redis Lua scripts with atomic compare-and-swap operations, supporting both global and per-key limits without requiring external coordination services. Lease-based locking prevents deadlocks from crashed executors.
vs others: More flexible than simple rate limiting (supports per-key limits) while avoiding the complexity of distributed consensus systems like Zookeeper.