You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
when i dont want it to retry then set retry_count =0, actually it will use the default value (retry 3 times) , may be it is a bug there (L68-L69). (return default if "is None" may fix it)
https://github.com/SPSCommerce/redlock-py/blob/master/redlock/__init__.py#L68-L69