Reputation: 151
I have been working on sending multiple batch requests to Microsoft Graph using Graph SDK.
I have following questions for which I could not find answers through the documentation.
Is batch request considered a single request request? Or the individual requests are considered separately? For example: I want to remove members from the group, so I create a batch request that consists of 19 individual requests to remove different members. Will that batch request be counted as 1 request or 19 requests?
I understand that Graph SDK has a default retry-handler that is capable of handling 429 response. But how does does that work with Batch requests ?
Do batch requests help at all in not getting throttled?
If the individual request gets throttled, will the Graph SDK try to handle 429 response for individual requests?
APIs that I am working on include updating team members (add, remove)
Any suggestion or useful information will be highly appreciated.
Upvotes: 0
Views: 1461
Reputation: 5382
Upvotes: 1