This repository was archived by the owner on Jan 19, 2021. It is now read-only.
What is the best way to deal with HTTP 429 - Throttled - requests with PnP ? #3033
Unanswered
MartinHatch
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a script where I iterate through 22k items in a CSV file and update document sets for each item.
So I'm basically repeatedly calling
Set-PnPListItem -List $listName -Identity $listItemId -Values $itemValues
However, every now and then the operation fails with HTTP 429 - Too Many Requests.
Is there a standard way of capturing this and identifying the Wait/Retry time which I understand would be in the response header.
Beta Was this translation helpful? Give feedback.
All reactions