What is your goal?
Continuously sync large volumes of customer data from an external API into a database without interruptions.
What is the problem?
The scenario runs for a while but then stops with errors related to too many requests. I’ve tried reducing the number of operations and adding delays, but the issue still occurs when processing large datasets.
What have you tried so far?
This is the response
Error: 429 Too Many Requests Response: { “error”: “rate_limit_exceeded”, “message”: “You have exceeded the maximum number of API requests allowed per minute.” }