Skip to content
Commit 70c90c95 authored by Valentin David's avatar Valentin David Committed by Javier Jardón
Browse files

Handle grpc errors of type UNAVAILABLE and ABORTED.

Requests with error UNAVAILABLE are retried directly. They are
typically issue with setting connection which can happen when the
server is slow at accepting new connections.

Requests with errors ABORTED are converted to temporary exceptions so
that the scheduler can retry the task.

Fixes #815
parent 77ce0c16
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment