need a status for my status for my .. nate.tngl.io
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add typeahead ingester to status page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 93119642 3c22ed9d

+3 -1
+1
site/services.js
··· 34 34 name: "typeahead", 35 35 services: [ 36 36 { name: "worker", url: "https://typeahead.waow.tech/stats", href: "https://typeahead.waow.tech" }, 37 + { name: "ingester", url: "https://typeahead-ingester.fly.dev/health", href: "https://typeahead-ingester.fly.dev" }, 37 38 ], 38 39 }, 39 40 {
+2 -1
worker/src/index.ts
··· 21 21 "pollz.waow.tech", 22 22 "pds.zzstoatzz.io", 23 23 "typeahead.waow.tech", 24 + "typeahead-ingester.fly.dev", 24 25 "prefect-server.waow.tech", 25 26 "prefect-metrics.waow.tech", 26 27 "zig-bsky-feed.fly.dev", ··· 75 76 } 76 77 } 77 78 78 - const TOTAL_SERVICES = 27; 79 + const TOTAL_SERVICES = 28; 79 80 80 81 function buildOgSvg(): string { 81 82 const W = 1200;