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

What if somehow the lock is not removed #6

Description

@almarklein

If the process somehow fails to remove the lockfile, e.g. because the process (or system) crashes, the lockfile is left in place.

I think that this can be dealt with simply by attempting to remove the lockfile; if the process holding the lock is still alive, this will raise an error, otherwise the lockfile is deleted and the lock can be acquired by the current process. Though perhaps I am missing something? edit: That only works on Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions