ChromaDB batch ingestion failure with 504 Gateway Timeout in Kubernetes
Problem – Intermittent Batch Ingestion Failures in ChromaDB When a dedicated ingestion service streams large Kafka batches to the ChromaDB /api/v1/ingest endpoint, the operation fails with two distinct symptoms: ERROR – client: Connection reset by peer (errno 104) while sending batch upsert request. 504 Gateway Timeout – upstream request timed out (nginx ingress) while processing … Read more