sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Add a `KubernetesLock` backend

Open judahrand opened this issue 2 years ago • 0 comments

This backend uses Kubernetes' Lease object to implement locking. This is useful for applications deployed to Kubernetes as it removes the need for additional infrastructure to be deployed (ie. Redis, etcd, etc.) especially in managed, Cloud settings.

judahrand avatar Jul 05 '22 20:07 judahrand