Haystack pipeline worker timeout during heavy document ingestion
Problem Description The Haystack /document_ingestion endpoint returns a 504 Gateway Timeout when ingesting large batches of documents under load. The orchestrator logs show: Orchestrator log: Job 42 terminated due to timeout (504 Gateway Timeout) TaskTimeoutError: Task exceeded time limit of 300 seconds worker_1 | celery.exceptions.SoftTimeLimitExceeded ERROR haystack.pipeline.base: Execution exceeded max_execution_time Typical impact: Batch indexing jobs … Read more