Batch API request is getting stuck at PENDING

Hi,

I’ve been having issue with batch api since yesterday. All my batches (including both inline requests and file request) have been stuck at PENDING and can not move forward.

Here is an example of the most recent one

curl 'https://generativelanguage.googleapis.com/v1beta/batches/2l0ku0fqwxod7ez2r1zx4f74gskwocqrv34u' -H 'x-goog-api-key: {api-key}'
{
  "name": "batches/2l0ku0fqwxod7ez2r1zx4f74gskwocqrv34u",
  "metadata": {
    "@type": "type.googleapis.com/google.ai.generativelanguage.v1main.GenerateContentBatch",
    "model": "models/gemini-3-flash-preview",
    "displayName": "361f24baa80c2157657282218ec42a74",
    "inputConfig": {
      "fileName": "files/mjbcpi4uzhlb"
    },
    "createTime": "2026-01-27T16:42:00.242492Z",
    "updateTime": "2026-01-27T16:42:00.242492Z",
    "batchStats": {
      "requestCount": "40",
      "pendingRequestCount": "40"
    },
    "state": "BATCH_STATE_PENDING",
    "name": "batches/2l0ku0fqwxod7ez2r1zx4f74gskwocqrv34u"
  }
}

Is there any one facing that issue today, or know how to resolve that?

Thanks,