Sharepoint api keeps throttling even we exponential backoff and sleep retry-after times.
Sharepoint api keeps throttling even we exponential backoff and sleep retry-after times. It happens to all below api, and we’ve seen retry-after response header being 5 seconds or 300 seconds. But even if we wait for 300 seconds, it still keeps responding with 429 too many requests. Is there any problem with sharepoint api recently?
/_api/Web、/_api/Web/Lists、/_api/Web/Lists(@lid)/RootFolder
Sharepoint api keeps throttling even we exponential backoff and sleep retry-after times. It happens to all below api, and we’ve seen retry-after response header being 5 seconds or 300 seconds. But even if we wait for 300 seconds, it still keeps responding with 429 too many requests. Is there any problem with sharepoint api recently?/_api/Web、/_api/Web/Lists、/_api/Web/Lists(@lid)/RootFolder Read More