docs(project): correct stg e2e receipt with artifact-delivery root cause - #30
Merged
Merged
Conversation
rschlaefli
marked this pull request as ready for review
September 18, 2026 21:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrects the stg e2e receipt in the v1.2.0 integration plan. An earlier note recorded the e2e as blocked with no reachable signing key and no sandbox capacity; both were wrong. This records the corrected live evidence.
What changed
CODEAPI_JWT_PRIVATE_JWK_JSON(OKP/Ed25519, kidcodeapi-stg-2026-06-29) derives exactly the deployed JWKS verifier key.print(123)through the deployedcodeapi-apireturns HTTP 200, code 0, ~48ms. No infra change was needed.codeapi-sandbox-pool-wakerandcodeapi-sandbox-runnerfrom zero and brought up asandboxspotKVM node; the runner became ready in ~3-4 minutes. Earlier 502ECONNREFUSEDresponses were just the cold runner.seaweedfspod runs one volume server atMax=8volumes. Volumes 1-7 serve the default collection and volume 8 servestrypost-media, leaving thecodeapi-filescollection with zero writable volumes. The master logsNo writable volumes and no free volumes left for collection codeapi-files, and each S3PutObjectreturns 500, which the file-server retries ten times then fails. PRD is unaffected because itscodeapi-filescollection owns volume 8.Validation
POST /v1/execin stg at929ec4d: HTTP 200, stdout123, code 0.929ec4d: HTTP 200, code 0,artifact_deliveryfailed; root cause traced to the SeaweedFS volume layout above.Notes
codeapi-filesvolume allocation is a separate, out-of-scope remediation.