-
Notifications
You must be signed in to change notification settings - Fork 141
feat(engine): return error for pending actors #3730
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
feat(engine): return error for pending actors #3730
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
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. |
27bd42b to
fa230af
Compare
engine/packages/pegboard/src/workflows/runner_pool_error_tracker.rs
Outdated
Show resolved
Hide resolved
4072138 to
d3bc69d
Compare
fa230af to
7039e59
Compare
d3bc69d to
79307ef
Compare
7039e59 to
653f032
Compare
79307ef to
d3bc69d
Compare
653f032 to
48e0be0
Compare
aef019b to
9b59e8a
Compare
d3bc69d to
c16bf7b
Compare
9b59e8a to
5c32da2
Compare
5c32da2 to
295f622
Compare
295f622 to
eaa0341
Compare
engine/packages/pegboard/src/workflows/actor_runner_name_selector_backfill.rs
Outdated
Show resolved
Hide resolved
engine/packages/pegboard/src/workflows/actor_runner_name_selector_backfill.rs
Show resolved
Hide resolved
c16bf7b to
3040686
Compare
eaa0341 to
050a3d9
Compare
050a3d9 to
99737e0
Compare
3040686 to
3e3a986
Compare
Merge activity
|
PR Review: Actor Error Handling EnhancementThis is a substantial and well-architected feature that adds comprehensive error tracking and reporting for Rivet Actors. The implementation demonstrates strong systems design with clear separation of concerns. Architecture Overview ✅The two-layer error architecture is well-designed:
The documentation in Code Quality ObservationsStrengths 💪
Issues & Concerns 🚨1. Critical: Missing Error Reporting in HTTP Error Path
|
3e3a986 to
daf1f12
Compare
99737e0 to
47a8179
Compare

No description provided.