Level 73
Here is a very good post on this: https://divinglaravel.com/dealing-with-api-rate-limits-in-queued-jobs
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
Please or to participate in this conversation.