I am working on an app that requires fetching data from a third-party server and that server allows max 1 request per seconds.
Now, all request send as job and I am
spatie/laravel-rate-limited-job-middleware
This is a nice package if you are using laravel 6 or above. Nice thing is you can configure middleware in the job.
Install
composer require spatie/laravel-rate-limited-job-middleware