fix: create fresh context per watermark write retry attempt
Each retry in the SetOutboxWatermark loop now gets its own 5s context.
Previously a shared context could already be expired when the second or
third attempt ran, making the retries pointless.
Co-Authored-By:
Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Please register or sign in to comment