search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

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

fix: disable embedder — keyword only, no background embedding

embedder was holding the shared turso client mutex during Voyage API
calls (seconds), blocking all other turso requests including search
fallback and stats_buffer sync. this caused the entire server to hang.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

zzstoatzz 0d355b59 cbaabd18

-3
-3
backend/src/main.zig
··· 81 81 // start stats buffer (background sync to Turso) 82 82 metrics.buffer.init(); 83 83 84 - // start embedder (generates embeddings for new docs) 85 - ingest.embedder.start(allocator); 86 - 87 84 // start tap consumer 88 85 ingest.tap.consumer(allocator); 89 86 }