Skip to content
Commit 92b971be authored by Valentin David's avatar Valentin David
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 b848172c
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