Wire Peregrine to cf-orch coordinator (CF_ORCH_URL) for stress test readiness #106
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#106
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The go-live stress test harness (circuitforge-infra#12) requires all three public apps to be wired to cf-orch via
CF_ORCH_URL. Kiwi is already wired. Peregrine is not.Until this is done, the stress test coordinator sidecar will show zero allocations for Peregrine endpoints, and the test results will be misleading.
What needs to happen
CFOrchClient.allocate()(or async variant)CF_ORCH_URLtocompose.cloud.ymlenvironment blockGET /api/analytics/summaryshows allocations during a test runAcceptance Criteria
CF_ORCH_URLset incompose.cloud.ymlCFOrchClientReference
Design spec:
circuitforge-plans/shared/superpowers/specs/2026-04-18-go-live-stress-test-design.mdHarness PR: Circuit-Forge/circuitforge-infra#12