PnP.Framework Approach to SharePoint REST API Throttling #794
-
Does the ref Avoid getting throttled or blocked in SharePoint Online If we occasionally get e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
PnP Framework does apply the throttling guidance for both CSOM as REST calls @anthonywhite. SocketExceptions are also retried, see https://github.com/pnp/pnpframework/blob/dev/src/lib/PnP.Framework/Http/RetryHandler.cs for the used code. |
Beta Was this translation helpful? Give feedback.
-
@anthonywhite What version of PnP.Framework are you using? Please make sure you are using version 1.8 or later since that was the first version with the handling of SocketExceptions. |
Beta Was this translation helpful? Give feedback.
@anthonywhite What version of PnP.Framework are you using? Please make sure you are using version 1.8 or later since that was the first version with the handling of SocketExceptions.