We are encountering a persistent failure during our Azure AD full group aggregation process. The task consistently terminates with an HTTP 429 (Too Many Requests) error, indicating that the Microsoft Graph API is throttling our requests due to high volume.
Please suggest If you have come across this issue and found any solution.
@aniketnegi There is no configuration available for auto retries in case of 429 errors or to add a jitter while making connector is making api calls. What you can try is:
Enable Delta Aggregation
In Full Aggregation, create one task for one group type and run the tasks one after the other
You do few runs to determine, if you can merge few groups types to one task and whether you need to add a delay between the tasks.
Note: Found a fix?Help the community by marking the comment as solution. Feel free to react(,, etc.)with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.