python-sagemcom-api icon indicating copy to clipboard operation
python-sagemcom-api copied to clipboard

Retry on connection failures

Open bakonyiferenc opened this issue 1 year ago • 1 comments

Fixes (#252)

  • Implemented improved error handling and retry mechanism to handle transient network failures such as connection resets.
  • Added exponential backoff strategy for retry attempts
  • Ensured graceful handling of connection-related errors like ClientConnectorError, ClientOSError, and ServerDisconnectedError

bakonyiferenc avatar Apr 03 '24 16:04 bakonyiferenc

Sure! Please review the modified implementation.

bakonyiferenc avatar Apr 14 '24 06:04 bakonyiferenc

Happy to merge! Would you be able to run poetry lock to fix the CI/CD?

iMicknl avatar Jun 02 '24 12:06 iMicknl