fix(sqlite): fence remote requests by generation#5014
Conversation
|
🚅 Deployed to the rivet-pr-5014 environment in rivet-frontend
|
Code Review: fix(sqlite): fence remote requests by generationOverviewThis PR adds generation fencing to remote SQLite
Issues1. Potential production failureIn || message == "actor does not exist"This string originates from The two existing checks are caught by If this check silently stops matching in production, new actors will fail to initialize their SQLite database on startup. Recommended fix: Add a dedicated 2. Dead parameter:
|
87b147e to
f21c5de
Compare
9de6238 to
71dd250
Compare

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: