-
Notifications
You must be signed in to change notification settings - Fork 148
feat(rivetkit): integrate workflows in to actors #4006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 01-02-feat_rivetkit_workflows
Are you sure you want to change the base?
feat(rivetkit): integrate workflows in to actors #4006
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: feat(rivetkit): integrate workflows into actorsSummaryThis PR integrates the workflow engine into RivetKit actors, allowing developers to use Positive HighlightsArchitecture & Design
Code Quality
Issues & ConcernsCritical Issues1. Inconsistent indentation in
|
246d677 to
a3fbdd7
Compare
2428e7f to
d2ae4eb
Compare
PR Review: feat(rivetkit): integrate workflows in to actorsThis is a substantial and well-architected addition that integrates the workflow engine into RivetKit actors. The implementation follows the design spec closely and introduces a clean abstraction layer. ✅ Strengths
🔴 Critical Issues1. Indentation Inconsistency (context.ts:59-64)Lines 59-64 have incorrect indentation - missing 2. Unsafe Type Casting (workflow.ts:304, 348, 369)The fixtures use 3. Missing Error Handling (workflow.ts:305-309)Empty catch blocks silently swallow ALL errors, not just the expected guard violations. This could hide real bugs. 4. Race Condition in keepAwake (mod.ts:784-805)If the actor is destroyed while a
|
a3fbdd7 to
b4b061f
Compare
d2ae4eb to
2bdce1c
Compare

No description provided.