py-sherlock / sherlock

Easy distributed locks for Python with a choice of backends.
MIT License
374 stars 35 forks source link

Ensuring a timeout or retry_interval of 0 can be used #60

Closed violuke closed 1 year ago

violuke commented 1 year ago

Resolving #54

violuke commented 1 year ago

I also adjusted the expire so the logic was consistent.