GPT-4 controller manager crash during high-throughput inference
Problem Description The controller manager that orchestrates the batch document‑summarization pipeline crashes under high‑throughput inference loads. Typical logs show a rapid succession of unhandled exceptions: Traceback (most recent call last): File “/app/controller_manager.py”, line 112, in run_batch responses = await asyncio.gather(*tasks) File “…/openai/api_resources/completion.py”, line 78, in create raise openai.error.RateLimitError(message, http_status, headers) openai.error.RateLimitError: Rate limit reached for … Read more