-
Notifications
You must be signed in to change notification settings - Fork 0
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
Slow response on scatter gather requests #86
Labels
Comments
masih
added a commit
that referenced
this issue
Feb 23, 2023
Refactor backend instantiation such that circuit breaker backends are individually configurable. Reflect changes across the repo. Add the ability to check if a backend matches a request before attempting to call it. This avoids response slow-down caused by slow backends early in the chain Introduce a separate configuration to mark cascade lookup backends with explicit matcher in order to avoid routing all requests to them. Relates to: - #86
masih
added a commit
that referenced
this issue
Feb 23, 2023
Refactor backend instantiation such that circuit breaker backends are individually configurable. Reflect changes across the repo. Add the ability to check if a backend matches a request before attempting to call it. This avoids response slow-down caused by slow backends early in the chain Introduce a separate configuration to mark cascade lookup backends with explicit matcher in order to avoid routing all requests to them. Relates to: - #86
masih
added a commit
that referenced
this issue
Feb 23, 2023
Refactor backend instantiation such that circuit breaker backends are individually configurable. Reflect changes across the repo. Add the ability to check if a backend matches a request before attempting to call it. This avoids response slow-down caused by slow backends early in the chain Introduce a separate configuration to mark cascade lookup backends with explicit matcher in order to avoid routing all requests to them. Relates to: - #86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After introducing logic to fall back on streaming content type it seems responses are generally slower. See latency observed by hydra boosters for example:
The text was updated successfully, but these errors were encountered: