Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

acquiring same lock but with different stale should fail #30

Description

@viveknarayan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions