**Example** 1. Lock (abc.lock) with stale = 10 seconds 2. Wait 3 seconds 3. Acquire the same Lock (abc.lock) with stale = 2 seconds Expectation: Step 3 should fail Actual: Step 3 passes (abc.lock is acquired) Any solution for the above?
Example
Expectation: Step 3 should fail
Actual: Step 3 passes (abc.lock is acquired)
Any solution for the above?