fix(rivetkit): add sandbox reconnection fallback with fresh provisioning#4524
Conversation
|
🚅 Deployed to the rivet-pr-4524 environment in rivet-frontend
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: Sandbox Reconnection FallbackThe fix addresses a real pain point: stale sandbox IDs after Docker daemon restarts with Potential issue: Transient failures trigger irreversible data lossThe fallback to fresh provisioning fires on any error from Consider gating the fallback on an error type/message check (e.g., "not found", "does not exist") rather than catching all errors. If Session re-subscription after a fresh sandboxAfter the fallback path succeeds,
|

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: