· 16 min read
Rate-Limited APIs and Laravel Queues: One Request at a Time, Without Starving the Rest
"60 requests a minute" and "no parallel requests" are two different limits, and Laravel solves them in two different places. A tour of every option — RateLimited, WithoutOverlapping, funnels, single-slot supervisors — the release churn they all quietly cost you, and how to let urgent jobs jump the line without breaking the limiter.
Read more