pRPC client not retrying on transient AppEngine-level errors. |
||
Issue descriptionpRPC client retries only when gRPC code header indicates a transient failure. Unfortunately, AppEngine can directly return a transient failure without consulting the app (and, therefore, the pRPC server). This log was from an RPC request that occurred during service deployment: https://luci-milo.appspot.com/swarming/task/316c389e5e305010/steps/recipe_bootstrap/0/stdout The pRPC client should be resilient against this sort of failure.
,
Sep 26 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 26 2016