RVR-HRVST-429
Issue summary
- The error code
RVR-HRVST-429indicates that the Harvest API throttled your requests via Data Integration. This typically happens when the rate limit set by the API provider exceeds the limit. When such an error occurs, it is important to understand the rate limits imposed by Harvest API on data retrieval requests.
Action steps
To resolve the error, follow these steps:
- Review the rate limits for the Harvest API, and ensure that the number of requests does not exceed these limits. Harvest API might have specific limits set for requests per hour or per minute.
- Consider implementing a delay or a retry mechanism in the scheduling of your Data Integration data activities to ensure requests you space out appropriately, avoiding breaching the rate limits.
- Check the configuration of your connections and understand which operations might be generating a high volume of requests. You can often resolve this by aggregating requests or reducing their frequency.
- If you consistently run into this issue, you might want to reach out to Harvest to verify if there are any options for increasing the request limits on their end.
External references
- For more information on Data Integration general rate-limiting handling: Data Integration Documentation on Rate Limiting
- You may also want to refer to official Harvest API rate limit documentation to understand more about their specific policies.
note
If the issue persists or you need help, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.