You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* retry: add new BackoffFuncContext type
BackoffFuncContext adds the context parameter, allowing
the retry function access to the contents of the parent
context.
Fixes#171
* 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#168
0 commit comments