You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #72, we resolved the issue of lock file leakage in most cases. However, if the process is killed with SIGKILL, the signal cannot be handled, and the lock file remains unreleased. We need to find a solution for this scenario as well.
In #72, we resolved the issue of lock file leakage in most cases. However, if the process is killed with SIGKILL, the signal cannot be handled, and the lock file remains unreleased. We need to find a solution for this scenario as well.