[Graphite MQ] Draft PR GROUP:spec_c48c80 (PRs 4181)#4221
[Graphite MQ] Draft PR GROUP:spec_c48c80 (PRs 4181)#4221graphite-app[bot] wants to merge 1 commit intomainfrom
Conversation
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes
|
This PR was not deployed automatically as @graphite-app[bot] does not have access to the Railway project. In order to get automatic PR deploys, please add @graphite-app[bot] to your workspace on Railway. |
PR ReviewThis is a Graphite merge queue draft for PR #4181 ("fix: docker cache issues, dashboards"). The changes are small and focused. Here is my review: engine/packages/gasoline/src/db/kv/mod.rs — Divide-by-zero fix (line 1177)Good fix. The change from One observation: when the list is empty the worker-idx comparison at line 1162 will have already exited early, so the // Use max(1) to guard against an empty worker list; the modulus result
// is unused in that case because wf_worker_idx will never match this worker.
let active_worker_count = active_worker_ids.len().max(1) as u64;engine/packages/util/build.rs — Incremental build fix (line 12)Correct fix. Without engine/docker/universal/Dockerfile — Debug echoMinor concern. The Also noted (pre-existing): the Grafana dashboardsDashboard changes look reasonable overall:
Summary
The Rust fixes are solid. The main items to address before merging are the leftover debug |
This draft PR was created by the Graphite merge queue.
Trunk will be fast forwarded to the HEAD of this PR when CI passes, and the original PRs will be closed.
The following PRs are included in this draft PR: