503 errors for a specific day in Graph API /messages endpoint

Roman Bodnarchuk 1 Reputation point
2021-02-18T13:55:08.27+00:00

Hello MS!

We are often faced with 503 error consistency produced for some of our customer accounts. The problem occurs for some specific subset of messages (e.g., specific day). The re-tries don't solve the problem. The only solution we have right now is to skip the subset of activities, which is highly undesirable, and can cause data loss at our side.

Here is example request

https://graph.microsoft.com/v1.0/users/REDACTED_CUSTOMER_EMAIL/messages?%24filter=ReceivedDateTime+ge+2021-01-26+and+ReceivedDateTime+lt+2021-01-27&%24skip=200&%24top=6

And response headers:

{'request-id': '77eefecf-b601-43bb-9e51-4a785ba24105', 'client-request-id': '2aefae8a-17cc-4fec-8335-2dd7a11fbdb1', 'x-ms-ags-diagnostic': '{'ServerInfo':{'DataCenter':'East US','Slice':'SliceC','Ring':'5','ScaleUnit':'003','RoleInstance':'AGSFE_IN_20'}}', 'Date': 'Mon, 08 Feb 2021 16:29:50 GMT', 'Content-Length': ‘0’, …}

I appreciate any comments/suggestions!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,743 questions
{count} votes