Forum Discussion
cristinadulau
Mar 28, 2023Copper Contributor
RetryQuery not working after throttling
Hi everyone, We are using the recommended approach for throttling. Here is the method we are using to execute the requests: public void ExecuteQueryWithRetry(ClientContext ctx, int ret...
kalpeshvaghela
Mar 28, 2023Iron Contributor
cristinadulau
Can you try to use ExecuteQueryRetry Function from PnP.Framework. ?
If it's not possible for your to use above Nueget Package then you can copy that function from PnP.Framework repository which you can find code at here
Hope it will helpful to you and if so then Please mark my response as Best Response & Like to help others in this community