🐛 Source Pinterest: no backoff strategy when rate limit is exceeded. #8814
Labels
area/connectors
Connector related issues
community
connectors/source/pinterest
connectors/sources-api
team/connectors-python
type/bug
Something isn't working
Environment
Current Behavior
When rate limit is exceeded (on
CampaignAnalytics
stream) the sync stops for this stream and there's no retry nor backoff attempts made.The
should_retry
method handles the429
HTTP code only for logging purpose but does not retry on it which looks strange to me:Expected Behavior
Exponential backoff to handle rate limits on Pinterest API
Logs
Logs are provided by Matt Fleshman who raised this error on Slack.
logs-904-0.txt
Steps to Reproduce
The text was updated successfully, but these errors were encountered: