aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/Retrier.java
Commit message (Expand)AuthorAge
* Retry ensureInputsPresent/execute/downloadGravatar George Gensure2018-07-10
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Friendlier error messages on remote failures. Moving the error to the top. Re...Gravatar olaola2018-04-24
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fixing displayed retry attempts one-off error, when the error is non-retriable.Gravatar olaola2017-10-06
* Making RESOURCE_EXHAUSTED a retriable error, per guideine in: https://cloud.g...Gravatar olaola2017-09-29
* Tiny refactoring, functional no-op.Gravatar olaola2017-07-24
* Fixing the handling of retries for watch and execute calls.Gravatar olaola2017-07-13
* remote: Rewrite the ByteStream upload.Gravatar buchgr2017-07-10
* Refactor RemoteSpawn{Strategy,Runner}Gravatar ulfjack2017-07-07
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30