Skip to content

Disable reports of OperationalError to Sentry

vlorentz requested to merge vlorentz/swh-indexer:errorhandler into master

(except QueryCancelled)

also return 503/TransientRemoteException instead of 500/RemoteException, which should have no effect on clients.

Resolves #4723 (closed)

Merge request reports