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

Add context functions to retry and recover #172

Commits on Nov 9, 2018

  1. retry: add new BackoffFuncContext type

    BackoffFuncContext adds the context parameter, allowing
    the retry function access to the contents of the parent
    context.
    
    Fixes grpc-ecosystem#171
    johanbrandhorst committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    29e1709 View commit details
    Browse the repository at this point in the history
  2. recovery: add new RecoveryHandlerFuncContext type

    Allows the user to configure a custom recovery handler
    that has access to the request scoped values in the
    context.
    
    Fixes grpc-ecosystem#168
    johanbrandhorst committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    f29882f View commit details
    Browse the repository at this point in the history