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
Describe the bug
If we define two objects of PotteryRedLock with same key (for example at different app instances), their locked() methods does not show states of other object
Describe the bug
If we define two objects of PotteryRedLock with same key (for example at different app instances), their
locked()
methods does not show states of other objectTo Reproduce
Steps to reproduce the behavior:
locked()
will return0
, that means lock could be acquired, but second try to acquire will blocks for up to 60 secondsExpected behavior
locked()
returns value close toauto_release_time
of first lockEnvironment (please complete the following information):
OS: [e.g. macOS, Linux]
Python version 3.9.15
Redis version 6.2.5
The text was updated successfully, but these errors were encountered: