RVR-APPSFLYER-104
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-APPSFLYER-104
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- The error code
RVR-APPSFLYER-104
with the description "Response: please wait 90sec for next retry" typically indicates a rate limiting issue from the AppsFlyer API. This is likely caused by exceeding the permitted number of requests within a specified timeframe. AppsFlyer imposes restrictions to prevent abuse and ensure fair usage across clients.
- The error code
Action Steps:
- Wait and Retry: As suggested by the error message, you should wait for 90 seconds before attempting to resend your request. This ensures compliance with AppsFlyer's rate limits.
- Optimize Data Pulling: Review your data retrieval strategy. Consider using pagination or reducing the data scope by requesting smaller data chunks if available. This will help manage API limits more effectively.
- Check API Limits: Confirm your AppsFlyer API fetch limits. Refer to the AppsFlyer API documentation to understand the specific limitations and guidelines on request frequency and size.
- Enhance Efficiency: If you are frequently encountering these limits, consider whether the requested data can be batched or scheduled during off-peak hours to avoid the rate limit errors.
External References:
- AppsFlyer API Policy for detailed information on API usage limits.
- Rivery AppsFlyer Documentation for guidance on using Rivery with AppsFlyer.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?