Skip to content

Retrying requests  #442

Closed
Closed
@mathiasbl

Description

@mathiasbl

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.

System.Threading.Thread.Sleep(retryPauseTimeRunning);

Utilities.RetryRequest(req, requestTrackingId, LockWait, logDt, _logEntry, SessionTrackingId, _disableConnectionLocking, _retryPauseTimeRunning, ex, errorStringCheck, ref retryCount, isThrottled);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions