Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Isomagnetic's avatar

Outgoing API Requests

Hey everyone. I have an laravel app that sends data to an external API that has a rate limit of 1000 requests per minute. My database query returns roughly 20,000 records which I then loop through and send each as a POST request. What would be the best way to handle this?zzz

0 likes
1 reply

Please or to participate in this conversation.