Soem api endpoints have rate limits, for example I have one with 50 requests per 5 mins.
I need to send 800 in a batch, using a server action.
After 50 requests it throws an error and my server action stops.
I need tow ait 5 min and continue.
So I need to automate:
- Tracking from which record it should continue to send it to that endpoint
- Plan, and execute continuation of the server action after 5 mins
- Do this until complete
This must be very common web dev issue. How do you guys solve this?
Community Page
Last updated:
Last updated: