RVR-APS-104
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-APS-104

  • Dark
    Light
  • PDF

Article summary

  1. Issue Summary

    • The error message "limit rate reached Error Code: RVR-APS-104" is related to the appstore_apps data connector reaching its rate limit. This occurs when the API requests exceed the allowed threshold set by the service provider, resulting in temporary unavailability of the service or data until the rate limit resets.
  2. Action Steps:

    • Reduce Request Rate: Implement a strategy to decrease the frequency of API requests to avoid hitting the rate limit. This might involve increasing the interval between requests or aggregating data requests into fewer, larger requests.
    • Implement Retry Logic: Add a mechanism to pause and retry the request after a specified backoff time if a rate limit error is encountered. This involves checking the response headers, which might contain information about when you can send the next request.
    • Monitor Limits: Regularly monitor the usage against the API's rate limits to better manage and optimize request logic.
    • Consult API Documentation: If relevant, review the official API documentation for specific rate limits and guidance on how to manage request rates effectively. The official App Store API documentation may provide insights into their specific limits and best practices for managing them.
  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