Azure OpenAI text-embedding-ada-002 deployment returning 503 status codes
I have been using a text-embedding-ada-002 deployment on my Azure OpenAI endpoint to embed large amounts of texts. This worked perfectly until some time last week, when the service started to at sometimes return 503 status codes with message "The service is temporarily unable to process your request. Please try again later.".
I'm staying within request and token limits and my request data has been batched according to the specified context length of 8191 tokens per input and max number of inputs of 2048. I have tried the "West Europe" and "UK South" regions.
Did something change in the limits, or is there an issue with the service?