-
Notifications
You must be signed in to change notification settings - Fork 54
Labels
enhancementNew feature or requestNew feature or request
Description
Retrying requests will use Thread.Sleep in between attempts.
In the async implementation 'Command_ExecuteAsyncImpl' you could switch to use Task.Delay to free up the thread.
PowerPlatform-DataverseServiceClient/src/GeneralTools/DataverseClient/Client/Utils/Utils.cs
Line 434 in 33b6089
System.Threading.Thread.Sleep(retryPauseTimeRunning); |
PowerPlatform-DataverseServiceClient/src/GeneralTools/DataverseClient/Client/ServiceClient.cs
Line 1870 in 33b6089
Utilities.RetryRequest(req, requestTrackingId, LockWait, logDt, _logEntry, SessionTrackingId, _disableConnectionLocking, _retryPauseTimeRunning, ex, errorStringCheck, ref retryCount, isThrottled); |
BetimBeja
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request