Starting this morning at around 6am (GMT+0800) time all requests to the batch api seemed to be stuck in Validating status, although I was running exactly the same code from previous day.
Checked openai status page and there’s no report of accident, wondering is this a known issue?
Same here; I believe it is simply overloaded by too many batches; yesterday, it completed 299/300 in few minutes for me, but then got stuck for many hours.
Very possible, “traffic jam”, need to wait
BTW, developers shielded this kind of questions from ChatGPT, it won’t disclose company secrets!
Are there any updates? My requests to the Batch API are still stuck in progress as of today (06/06). Some of these requests only took a couple of minutes to complete three days ago
Update: My batches have finished cancelling/validating except for one that’s currently still in the Cancelling state. This might indicate that even requests to cancel are subject to the batch queue, i.e., all batch requests are in the same queue and can take many hours to complete.
A suggestion to the OpenAI team would be to handle cancellation requests at a higher priority than other requests since it’s fairly confusing otherwise (typically, one would expect cancellation to take place without a huge amount of lag).
Another suggestion would be to show some sort of “Queued” state rather than “Validating” since showing the latter state for many hours makes it look like something isn’t working vs. the reality being that your batch is just queued and not being handled yet (by design).
Same here, validating for more than 9 hours, but successfully completed a while ago. It just took a few minutes for the actual completion, though. The system restored service at around 12pm est for both of my batch jobs submitted 9 and 1 hours ago, respectively.
Batch api is pending for hours. normally that would take max 5 mins. When I check the open api status webpage api looks up and running. Do you also experience the same ? started today on 8.8.2024 Its been like this for the last 6 hours. My code is same and it was working for many months without a …