fix(probes): align private rendezvous health fallback contract - #27
Draft
zoeyrose wants to merge 1 commit into
Draft
fix(probes): align private rendezvous health fallback contract#27zoeyrose wants to merge 1 commit into
zoeyrose wants to merge 1 commit into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
atrinik-observatory-probes-preview | f0dd038 | Aug 27 2026, 07:51 AM |
Deploying atrinik-observatory with
|
| Latest commit: |
f0dd038
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://255d0d7f.atrinik-observatory.pages.dev |
| Branch Preview URL: | https://fix-issue-26-rendezvous-fall.atrinik-observatory.pages.dev |
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
Align Observatory with the metaserver rendezvous-health v1 fallback contract and keep private-source failures diagnosable without exposing private response bodies.
Implementation / behavior
no_usable_observationresponses withreason: malformed_observationasUnknownobservations, while retainingno_observation.Content-Typeassource_invalid_headersand bounded JSON/UTF-8/schema failures assource_invalid_payload; retain fail-closed unauthorized/unavailable handling.Validation
npm run checknpm run buildnpm run deploy:dry-runLimitations / follow-up
Production deployment and verification of the next scheduled observation require maintainer/operator approval and the configured Cloudflare bindings. This delivery does not mutate production state.
Closes #26