singer-io / tap-zendesk

GNU Affero General Public License v3.0
16 stars 39 forks source link

add backoff for ConnectionResetError, ChunkedEncodingError and ProtocolError #132

Closed kethan1122 closed 1 year ago

kethan1122 commented 1 year ago

Description of change

Duplicates #131 for all the connections using 1.x versions Adds backoff for ChunkedEncodingError, ProtocolError and ConnectionResetError

- urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
- requests.exceptions.ChunkedEncodingError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))

Manual QA steps

Risks

Rollback steps