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
fix: cancel pending delayed snapshots regardless of completion outcome
A runner calling attempts/complete has finished executing either way -
on a transient completion failure it retries the call, so cancelling
only on success leaves the stale snapshot armed in the meantime. The
runnerId guard already covers the stale-duplicate-runner case whose
completion fails server-side validation.
Addresses CodeRabbit review feedback on the PR.
0 commit comments