fix(rivetkit): skip alarm sync during destroy cleanup - #5658
Conversation
|
🚅 Deployed to the actors-pr-5658 environment in rivet-frontend
|
ReviewLooked at the diff ( Bug: the destroy-path SQLite write isn't actually eliminatedThe fix reorders shutdown cleanup so However, So if the SQLite coordinator was already closed (the exact scenario this PR targets), this write still fails via The new test,
So in production, with a real envoy handle attached, destroy cleanup after a foreign runtime closes SQLite will still hit a "failed to persist last pushed actor alarm" error, even though the new test passes. Worth checking: should Nits
Other areas checked, no issues found
|
No description provided.