Skip to content

Elasticache/Redis Lock for AWS Lambdas is a pure Python lib that implements a distributed locking mechanism using Pub/Sub. It's designed for scenarios where multiple concurrent Lambda executions need to ensure that certain tasks are performed exclusively by a single instance. Supports configurable TTL, retries, backoff, customizable timeouts, tz

License

Notifications You must be signed in to change notification settings

rabuchaim/elasticachelock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

elasticachelock

Elasticache/Redis Lock for AWS Lambdas is a pure Python lib that implements a distributed locking mechanism using Redis Pub/Sub. It's designed for scenarios where multiple concurrent Lambda executions need to ensure that certain tasks are performed exclusively by a single instance. Supports configurable TTL, retries, backoff, customizable timeouts and tz

About

Elasticache/Redis Lock for AWS Lambdas is a pure Python lib that implements a distributed locking mechanism using Pub/Sub. It's designed for scenarios where multiple concurrent Lambda executions need to ensure that certain tasks are performed exclusively by a single instance. Supports configurable TTL, retries, backoff, customizable timeouts, tz

Topics

Resources

License

Stars

Watchers

Forks