ynput / ayon-python-api

Apache License 2.0
9 stars 3 forks source link

Max retries: Continue in retries on ConnectionError #99

Closed iLLiCiTiT closed 11 months ago

iLLiCiTiT commented 11 months ago

Description

Do not break on connection error and continue in retries. Also log warning with error on last try, to know what exactly happened.

Additional information

Connection error can happen when a connection is in closing state on server and client send new request.