Skip to content

WIP: Handle grpc errors of type UNAVAILABLE and ABORTED.

Valentin David requested to merge valentindavid/handle_grpc_errors into master

Description

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.

This merge request, when approved, will close: #815


Edited by Tristan Van Berkom

Merge request reports