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

fix: apply stream wait timeout #2544

Merged
merged 5 commits into from Jul 31, 2023
Merged

fix: apply stream wait timeout #2544

merged 5 commits into from Jul 31, 2023

Commits on Jul 25, 2023

  1. fix: apply stream wait timeout

    Use the streamWaitTimeout that has been set on the call context when polling
    from the gRPC stream. This prevents the stream from blocking forever if for
    some reason the stream is no longer delivering data, and also no error is
    propagated to the client.
    
    The default stream wait timeout that is set for all call contexts is 30 mins.
    This value can be overridden by configuring a custom call context for a specific
    query.
    
    Fixes #2494
    olavloite committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    da05c44 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    99ff41a View commit details
    Browse the repository at this point in the history
  2. chore: add clirr ignore

    olavloite committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a78c8ea View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    7ee7194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3411281 View commit details
    Browse the repository at this point in the history