RVR-TTD-412
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-TTD-412
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- You have encountered the error "Too many requests. Error Code: RVR-TTD-412" when trying to use the "the_trade_desk" data connector in Rivery. This error typically occurs when the number of requests sent to the API exceeds the allowed limit, resulting in a rate limit error.
Action Steps:
- Reduce Request Frequency: Implement a mechanism to decrease the frequency of API calls. You can achieve this by aggregating requests or batching data where possible.
- Check API Limits: Review The Trade Desk's API documentation to understand the rate limits. Adjust your Rivery river settings to respect these limits by introducing delays or intervals between requests.
- Implement Retrying Logic: Configure your river to retry failed requests after a specific interval. This can help when the rate limit is temporary.
- Review the Documentation: If necessary, consult The Trade Desk's API usage guidelines for any additional restrictions or alternative methods to optimize requests.
External References:
- Rivery's documentation on handling API rate limits may provide further insights: Rivery Documentation
- Check The Trade Desk's official API documentation for detailed information on API limits and best practices: The Trade Desk API Documentation
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?