Skip to content

Check the contents of the lock file before breaking the lock

Barry Warsaw requested to merge issue25 into main

If the lock file contents look like it's in our lock format, then it's probably a lock file and we can break it. Otherwise do not attempt to break it and let the lock either time out naturally or run forever, as is appropriate given the lock's acquisition timeout value.

Closes #25 (closed)

Merge request reports