-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use Quality of Service #1560
Comments
did you ever resolve this? if so how? thanks |
@carmendiem I think this issue already has a PR #1279 I found that a few days after creating the issue. I was using this solution from then upto now that is working fine. |
@somasundar1997 can you clarify how you fixed the issue? it doesn't seem like that PR was merged. thanks again :) |
@carmendiem I used that branch's build files(dll) in my project to fix the issue. |
@carmendiem when can I expect this PR #1279 to get merged |
@carmendiem ??? |
I don't know, I was only asking previously because I encountered the same issue in my code. |
@somasundar1997 and @carmendiem PR #1279 was merged on Sep 22, 2023 in commit 21bc4a4 and released on Oct 7, 2023. Going to close this issue... |
Already fixed by PR #1279 @somasundar1997 FYI |
The enumerable of policies to form the wrap must contain at least two policies
Error Code: UnableToCompleteRequestError Message: Error making http request, exception: System.ArgumentException: The enumerable of policies to form the wrap must contain at least two policies. (Parameter 'policies')
at Polly.Policy.WrapAsync(IAsyncPolicy[] policies)
at Ocelot.Provider.Polly.PollyCircuitBreakingDelegatingHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Ocelot.Requester.HttpClientHttpRequester.GetResponse(HttpContext httpContext) errors found in ResponderMiddleware. Setting error response for request path:/GetToken, request method: POST
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Specifications
Repository
I have attached the repository Url for your reference.
Repository Url: https://github.com/somasundar1997/TestGateway
The text was updated successfully, but these errors were encountered: