You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting issue while processing 150 requests.
service call failure --->
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at RateLimiter.CountByIntervalAwaitableConstraint.WaitForReadiness(CancellationToken cancellationToken)
at RateLimiter.TimeLimiter.Enqueue[T](Func1 perform, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) ...
may it's for timeout or something..
What's the request queue limit of the RateLimit?
The text was updated successfully, but these errors were encountered:
I'm getting issue while processing 150 requests.
service call failure --->
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at RateLimiter.CountByIntervalAwaitableConstraint.WaitForReadiness(CancellationToken cancellationToken)
at RateLimiter.TimeLimiter.Enqueue[T](Func
1 perform, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task
1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) ...may it's for timeout or something..
What's the request queue limit of the RateLimit?
The text was updated successfully, but these errors were encountered: