HomeSoftware Heritage

retry: Add constant 10s wait when retrying transient exceptions

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

Description

retry: Add constant 10s wait when retrying transient exceptions

They are typically caused by server shutdown and other temporary
failures that may take more time than the typical 0-3s delay
used by the retry proxy.

This should keep noisy exceptions like AdminShutdown out of the
Sentry dashboards.

Commit No Longer Exists

This commit no longer exists in the repository.