-
Notifications
You must be signed in to change notification settings - Fork 141
fix: remove pending actors metric, fix actor error tracker, engine runner error print #3797
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-08-chore_engine_add_support_for_epoxy_debugging
Are you sure you want to change the base?
Conversation
d0fc897 to
3f0e751
Compare
|
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. |
ce9397d to
a6a1a86
Compare
Code ReviewThis PR makes several small but important fixes. Overall the changes look good, but I have a few observations and suggestions: ✅ Positive Changes
🔍 Observations
🐛 Potential IssueError in runner2.rs Metric Name (metrics.rs:26-31) - This appears to be a pre-existing bug, but worth noting: pub static ref SERVERLESS_OUTBOUND_REQ_TOTAL: IntCounterVec = register_int_counter_vec_with_registry!(
"pegboard_runner_version_upgrade_drain_total", // ❌ Wrong metric name
"Count of serverless outbound requests made.",
&["namespace_id", "runner_name"],
*REGISTRY
).unwrap();The metric name is duplicated from 📝 Suggestions
SummaryThe changes are well-targeted and improve code clarity. The error tracking fix is particularly good as it makes the crash handling logic more explicit. Just consider the cleanup suggestions above to fully remove traces of the unused metric. |
Code Review - PR #3797SummaryThis PR makes three focused improvements:
Detailed Feedback✅ Strengths1. Metric Removal (runner.rs & runner2.rs)
2. Actor Error Tracking Fix (actor/mod.rs:1061-1065)
3. TypeScript Error Formatting (runner/src/mod.ts:876)
4. Instrumentation Addition (pegboard-runner/src/conn.rs:257)
|
More templates
@rivetkit/cloudflare-workers
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/virtual-websocket
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
PR Review: fix: remove pending actors metric, fix actor error tracker, engine runner error printSummaryThis PR makes three improvements to the Pegboard actor system:
Code Quality: ✅ GoodStrengths:
Detailed Review1. Metric Removal (
|
3f0e751 to
1ba3107
Compare
a6a1a86 to
8b32560
Compare
1ba3107 to
22e1cee
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|

No description provided.