Issue
The following warning appears:
{
"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='{}'}"
},
Environment
Connector: Iterable
Answer
This warning means there is a rate limit on the number of calls Fivetran can make to the exports endpoint.
Rate limit: 4 requests/minute, per project.
It's not possible to make more than four requests per minute. On the 5th request, we receive the error, 429 too many request
. The connector makes the calls again after 30 seconds.