Skip to content

fix: retry session/resume to absorb backend cold-start window - #28

Merged
william0wang merged 1 commit into
mainfrom
chore/fix-resume
Jul 24, 2026
Merged

fix: retry session/resume to absorb backend cold-start window#28
william0wang merged 1 commit into
mainfrom
chore/fix-resume

Conversation

@william0wang

Copy link
Copy Markdown
Owner

The backend drops RPCs issued between process spawn and startup.completed.
The first resume after a fresh backend spawn can land in that gap and time
out without the backend ever seeing it. Added a single retry (15s + 1s backoff + 15s) so the second attempt succeeds once the backend is ready.

The backend drops RPCs issued between process spawn and
startup.completed.
The first resume after a fresh backend spawn can land in that gap and
time
out without the backend ever seeing it. Added a single retry (15s + 1s
backoff + 15s) so the second attempt succeeds once the backend is ready.
@william0wang
william0wang merged commit 0dd3bfa into main Jul 24, 2026
1 check passed
@william0wang
william0wang deleted the chore/fix-resume branch July 24, 2026 04:02
@william0wang
william0wang restored the chore/fix-resume branch July 24, 2026 08:39
@william0wang
william0wang deleted the chore/fix-resume branch July 24, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant