You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md
+20-16Lines changed: 20 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Does this sound familiar? You're running an application - for example, to scan f
22
22
## What is throttling?
23
23
24
24
SharePoint Online uses throttling to maintain the optimal performance and reliability of the SharePoint Online service. Throttling limits the number of API calls or operations within a time window to prevent the overuse of resources.
25
+
> [!NOTE]
26
+
> Recent updates to this article enhance transparency to already existing throttling rules in the system
25
27
26
28
### What happens when you get throttled in SharePoint Online?
27
29
@@ -76,11 +78,11 @@ When a customer enables Multi-Geo, each geo gets its own limits (usage measureme
76
78
77
79
| Category | Type of throttling | Time interval | Tenant license count | Limit |
| SharePoint Embedded containers|[Resources Units](#resource-units)| 1 min | 3,000 |
133
+
| SharePoint Embedded containers|[Resource Units](#resource-units)| 1 min | 3,000 |
132
134
| Per Site | Anonymous Link | 5 min | 3,000 |
133
135
| Per Site | Anonymous Egress (Download) | 2 H | 100 GB |
134
136
| Per Site | External sharing emails | 1 H | 200 |
@@ -146,6 +148,7 @@ Below is a quick summary of the best practices to handle throttling:
146
148
- Use the `Retry-After` and `RateLimit` HTTP headers
147
149
- Decorate your traffic so we know who you are (see section on traffic decoration best practice more on that below)
148
150
- Consider using [Graph Data Connect for Sharepoint](https://techcommunity.microsoft.com/blog/microsoft_graph_data_connect_for_sharepo/links-about-microsoft-graph-data-connect-for-sharepoint/4069045) for broad sites analytics
151
+
- Understand if [SharePoint prioritization](https://aka.ms/SharePointPrioritization) feature is the right fit for your scenario
149
152
150
153
As stated earlier, [Microsoft Graph](/graph) is cloud born APIs that have the latest improvements and optimizations. In general, [Microsoft Graph](/graph) consumes fewer resources than CSOM and REST to achieve the same functionality. Hence, adopting [Microsoft Graph](/graph) can improve the application's performance and reduce throttling.
151
154
@@ -312,6 +315,7 @@ If we block your subscription, we'll notify you of the block in the Office 365 M
0 commit comments