Replies: 2 comments 1 reply
-
@rlv-dan : Rate limiting is turned off by default, but throttling handling using |
Beta Was this translation helpful? Give feedback.
-
Oh, ok. The comment is wrong, it says it's false by default:
My 2 cents: I was seeing a lot of 429 errors in Application Insights. Adding |
Beta Was this translation helpful? Give feedback.
-
My solution was getting throttled and I looked through the PnP settings. There I noticed that
HttpRequests.RateLimiterMinimumCapacityLeft
andHttpRequests.SharePointRest.UseRetryAfterHeader
were both turned off by default. (Graph equivalent is on by default though.) Turning them both on seems to have solved my throttling problems. Great! But it makes me wonder why these are not on by default? Are there problems associated, or something we should be aware of when using these?Beta Was this translation helpful? Give feedback.
All reactions