page_type | products | languages | extensions | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
sample |
|
|
|
Please use following guidance for ensuring proper handling of the CSOM Throttling in SharePoint Online.
- Avoid getting throttled or blocked in SharePoint Online
- Please use PnP CSOM Core extension to automatically handle throttling based on Microsoft guidance
- This code is available from NuGet gallery - after you have referenced it, use 'ExecuteQueryRetry' for your CSOM executions - this will automatically handle the throttling for you. This code is open-source and available from GitHub