Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-hubspot-native: retry failures to fetch batches with associations
HubSpot APIs will sometimes return random 500 errors, or timeouts. The connector often needs to string together thousands of successful API calls to work through a delayed fetch of a time window, so these random errors causing a connector restart results in a lot of downtime and wasted work. This adds some retry logic to retry these requests a few times before crashing the connector.
- Loading branch information