RVR-TTD-412
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-TTD-412

  • Dark
    Light
  • PDF

Article summary

  1. 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.
  2. 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.
  3. External References:

If the issue persists or you need further assistance, please open a ticket with Rivery support.


Was this article helpful?

What's Next