fix(rivetkit): stop logging benign actor-sleep aborts at error level#5211
fix(rivetkit): stop logging benign actor-sleep aborts at error level#5211abcxff wants to merge 1 commit into
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
🚅 Deployed to the rivet-pr-5211 environment in rivet-frontend
|
Code ReviewThis PR correctly demotes the log level for benign actor-sleep aborts from error to debug. The fix also extracts a reusable isActorAbortedError helper in TypeScript and patches a race condition in the workflow error handler. What's Good
Issues / Suggestions
Summary The core logic is correct and the abstraction is an improvement. The main gaps are the missing test and the empty PR description. |

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: