Exceeded Rate Limit Warning
Question
I see the following warning message while trying to create an Iterable connector:
{
"type" : "retry_api_call",
"message" : "Retrying after 30 seconds. Error : ErrorResponse{msg='Exceeded rate limit for endpoint: /api/export/data.csv, project: 8575 ', code='RateLimitExceeded', params='{}'}"
},
What does this warning mean? What should I do?
Answer
This warning means there is a rate limit on the number of calls Fivetran can make to the Iterable's exports endpoint.
Iterable limits number of requests to 4 per minute. On the 5th request, we receive the error, 429 too many request
. Fivetran makes the call again after 30 seconds.