MCPcopy Create free account
hub / github.com/adobe/Marinus / connection_error_retry

Method connection_error_retry

python3_cron_scripts/libs3/APIHelper.py:43–48  ·  view source on GitHub ↗
(self, details)

Source from the content-addressed store, hash-verified

41 exit(1)
42
43 def connection_error_retry(self, details):
44 self._logger.error(
45 "Connection Error encountered. Retrying in {wait:0.1f} seconds".format(
46 **details
47 )
48 )
49
50 def backoff_giveup(self, details):
51 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected