Closed nmetulev closed 4 years ago
Hello nmetulev, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
Describe the bug When making multiple requests using a batch request, some requests fail because they are throttled individually. Unfortunately, the Graph SDK does not automatically handle throttled calls in batch requests (unlike regular calls) and it's up to us to handle it. This is causing an issue for components such as people which use batch requests for loading people
To Reproduce Steps to reproduce the behavior: Use
mgt-people
and set the person-queries to multiple queries. Use the same component on the page and you will not notices that not all people are loaded.Expected behavior The toolkit should handle throttled requests and retry them after the given period.
Environment (please complete the following information):
Additional context Add any other context about the problem here.