Does this SDK handle CRM API throttling errors? #236
Answered
by
MattB-msft
michaelmmcrae1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The library handles dataverse throttling and retriable errors internally. You can disable this behavior by setting the client max retry property to 0
…________________________________
From: Michael McRae ***@***.***>
Sent: Wednesday, February 9, 2022 3:18:25 PM
To: microsoft/PowerPlatform-DataverseServiceClient ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [microsoft/PowerPlatform-DataverseServiceClient] Does this SDK handle CRM API throttling errors? (Discussion #236)
Does the SDK/client handle throttling errors on its own... or does it throw a certain exception we can look for?
In other words... if using this library, how should we plan/expect to handle CRM throttling?
—
Reply to this email directly, view it on GitHub<#236>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACQUENHJ2AAHYJR7CIROO5LU2LY4DANCNFSM5N65XNZA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
michaelmmcrae1
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.
-
Does the SDK/client handle throttling errors on its own... or does it throw a certain exception we can look for?
In other words... if using this library, how should we plan/expect to handle CRM throttling?
Beta Was this translation helpful? Give feedback.
All reactions