HomeSoftware Heritage

Convert psycopg2 errors to TransientRemoteException instead of RemoteException

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

Description

Convert psycopg2 errors to TransientRemoteException instead of RemoteException

On the wire, this is done by making the server return a 503 error
instead of 500, which the RPC client generated by swh-core
interprets to change the exception class.

Commit No Longer Exists

This commit no longer exists in the repository.