Skip to main content
Feedback

RVR-APS-104

Issue summary

The error code RVR-APS-104 with the message "limit rate reached Error Code: RVR-APS-104" is related to the appstore_apps data connector reaching its rate limit. This occurs when API requests exceed the service provider's rate limit, resulting in temporary unavailability of the service or data until the rate limit resets.

Action steps

To resolve this error, follow these steps:

  1. Reduce request rate: Implement a strategy to decrease the frequency of API requests to avoid hitting the rate limit. Increase the interval between requests or aggregate data requests into fewer, larger requests.
  2. Implement retry logic: Add a mechanism to pause and retry the request after a specified backoff time if a rate limit error is encountered. Check the response headers containing information about when you can send the next request.
  3. Monitor Limits: Regularly monitor the usage against the API rate limits to manage and optimize request logic.
  4. Refer to API documentation: Review the official API documentation for specific rate limits and guidance on how to manage request rates effectively. The official App Store API documentation provides insights into their particular limits and best practices.

External references

note

If the issue persists or you need further assistance, open a support case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.

On this Page