Skip to content

TerminatingError(Get-PnPListItem)The remote server returned an error: (503) #3473

Answered by AndersRask
IfEyeOnlyKnew asked this question in Q&A
Discussion options

You must be logged in to vote

503 means that you are getting hard throttled.
Meaning that you have ignored soft throttling (429 error code) and are currently blocked.

I recommend read up on throttling, because when you attack the endpoints hard enough to get 503 (it takes an effort!) you will also affect other services on your tenant such as Onedrive sync, backup, other tasks using the endpoints.

Your tenant has an amount of Resource Units available per minute/day. How many depends on your number of licenses. Every request takes between 1 and 5 RU.

Once the request per minute are 80% used you will begin to receive rate limit headers telling you to slow down sending requests. Once you have used 90% of RU within a minut…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@AndersRask
Comment options

Answer selected by IfEyeOnlyKnew
Comment options

You must be logged in to vote
1 reply
@AndersRask
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants