singer-io / tap-zendesk

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

add backoff to the sync execution job in tests workaround ssl timeouts #112

Closed kspeer825 closed 2 years ago

kspeer825 commented 2 years ago

Description of change

Fix tap-tester test stability with a workaround for the consistent Connection Pool Errors from zendesk API. Implemented backoff wrapper on the method call to execute sync, will retry if the HTTPSConnectionPool error is returned int he tap_error_message.

Manual QA steps

Risks

Rollback steps