Figure out if/where to add special handling for transient errors |
|
Issue description
This is from a TODO in the code ("Figure out where/if WrapTransient should be used"), but it may be relevant for multiple handlers.
This is about indicating "transient" status in errors if there are any handlers that are expected to occasionally fail with transient errors.
Relevant library:
https://cs.chromium.org/chromium/infra/go/src/go.chromium.org/luci/common/retry/transient/transient.go
Example usage:
https://cs.chromium.org/chromium/infra/go/src/infra/monorail/endpoints.go?l=36
https://cs.chromium.org/chromium/infra/go/src/go.chromium.org/luci/grpc/prpc/client.go?l=113
|
|
►
Sign in to add a comment |
|
Comment 1 by qyears...@chromium.org
, May 15 2018