-
-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
Description
To avoid the case where lock files accidentally get left and lock things forever, we could have the process that acquires the lock set an expiration time on the lock. and if it's expired, the other process can assume that the process died or something and delete and re-acquire the lock.
Reactions are currently unavailable