Skip to content

Commit

Permalink
Increase backoff max retries
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Oct 31, 2024
1 parent edeade0 commit 5dd84d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tap_veeqo/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ def get_url_params(self, context, next_page_token):
params["updated_at_min"] = last_updated

return params

@override
def backoff_max_tries(self):
return 8

0 comments on commit 5dd84d9

Please sign in to comment.