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
- Drop the `> 0` guard around the wait; sleep unconditionally after
acquiring the lock (the constant is always positive).
- Record why the lock acquire sits outside the recovery try/finally: the
finally unlinks the signal file, but the lock-loss step-down re-touches
it, so the finally is scoped to recovery only.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Fh7ZZwmvfVeV3fHzjV2ACi
0 commit comments