HomeSoftware Heritage

Make the RPC client raise a specific exception class on 503

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Make the RPC client raise a specific exception class on 503

This will be used to make the storage retry proxy retry harder
when the storage server raises errors like psycopg2.OperationalError;
which last longer than we want the proxy to retry for typical
exceptions.

Commit No Longer Exists

This commit no longer exists in the repository.