Suppose you have a CSOM or REST API based code that connects with your SharePoint online Site. This code tends to update several fields including metadata of a number of files in a document library in complex manner. Or Try, for instance, creating site collection in Pnp Powershell using "New-SPOSite" serveral times. Or Someone decides to Load test SharePoint Online site. These are some of the use cases as well which you can can find on Miscrosoft documentation given in the rederence below. Now you will notice, if you run into aforementioned situation, at certain point that SharePoint Online will return HTTP status code 429 i.e. Too many requests or 503 i.e. Server Too Busy (an HTTP response status 503 on Windows server means Service Unavailable.) and requests will result in failure. Furthermore, if one continues with one's transgressions i.e. keeps on running the script, as warned by Microsoft, the script will eventually exceed it...
Comments
Post a Comment