From 84b96caaf39042de24d32abd8535d984ef6729bf Mon Sep 17 00:00:00 2001 From: Jer Miller Date: Mon, 6 Jul 2026 20:36:38 -0600 Subject: [PATCH] =?UTF-8?q?fix(explore):=20read=20jetstream1=20=E2=80=94?= =?UTF-8?q?=20jetstream2=20silently=20drops=20org.v-it.*=20commits=20(two?= =?UTF-8?q?=20live=20probes=202026-07-06)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- explore/src/jetstream.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/explore/src/jetstream.js b/explore/src/jetstream.js index 5d0f10c..15427a7 100644 --- a/explore/src/jetstream.js +++ b/explore/src/jetstream.js @@ -6,7 +6,10 @@ import { resolveHandles } from './resolve.js'; const CAP_COLLECTION = 'org.v-it.cap'; const VOUCH_COLLECTION = 'org.v-it.vouch'; const SKILL_COLLECTION = 'org.v-it.skill'; -const JETSTREAM_URL = 'wss://jetstream2.us-east.bsky.network/subscribe'; +// jetstream1, not jetstream2: two independent live probes (2026-07-06, thermals +// appview validation + rookery OAuth AS demo) caught jetstream2.us-east silently +// dropping org.v-it.* commits that jetstream1 delivered for the same window. +const JETSTREAM_URL = 'wss://jetstream1.us-east.bsky.network/subscribe'; const STREAM_DURATION_MS = 55_000; function beaconValue(value) { -- 2.51.2