Skip to content
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

Changed logic of handling RPC error with code Cancelled #5297

Merged

Commits on Feb 2, 2022

  1. changed logic to respond with '500 Internal Server Error' if rpc erro…

    …r with code 'Cancelled' happened. it's made to allow loki to retry the request to the querier instead of returning '499 The request was cancelled by the client.' back to the client.
    vlad-diachenko committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    567c726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c58a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    81de02a View commit details
    Browse the repository at this point in the history