OpenAI API rate limit errors after CronJob scheduling conflict
Problem Three Kubernetes clusters (us‑east‑1, eu‑central‑1, ap‑southeast‑2) run identical CronJob manifests that trigger a batch inference worker every 5 minutes. The workers pull pending requests from a shared DynamoDB table and invoke the OpenAI GPT‑4o endpoint. After a recent deployment, the OpenAI API started returning 429 Too Many Requests errors, and the logs showed duplicate processing … Read more