From 8ceece21e23ba14cd295b93d66cc02bdab95a9ba Mon Sep 17 00:00:00 2001 From: Staff Engineer Date: Mon, 10 Aug 2026 16:48:58 +0000 Subject: [PATCH] docs(claude): document shared worker capacity Co-Authored-By: Paperclip --- CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index b2c2769e7e..5410f4c936 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -262,6 +262,12 @@ Rules of thumb: - Banks can have background context - Bank isolation is strict - no cross-bank data leakage +### Helm Worker Capacity + +For the default embedded database, keep `helm/hindsight/values.yaml` at two total +worker slots with one reserved for consolidation. Cap retain at one concurrent task +without assigning it a dedicated slot, so the remaining slot stays shared across queues. + ### API Design - All endpoints operate on a single bank per request - Multi-bank queries are client responsibility to orchestrate