laravel-queue-rate-limit
laravel-queue-rate-limit copied to clipboard
Simple Laravel queue rate limiting
I am having an issue since I updated Laravel 6 to 9 a few weeks ago. The laravel logs are being filled with these notices: [2022-05-19 00:00:01] production.DEBUG: Rate limit...
First of all, thank you for this nice package which is one of its kind when it comes to rate limiting without Redis. I am not sure whether this is...
I configured the rate limit like this: 'rateLimits' => [ 'queue' => [ 'allows' => 1, 'every' => 60 ], If I understand correctly the job should be staying in...
Hello , thanks for this wonderful package . I have issue with the logging, despite creating the QueueServiceProvider in Provider folder and also add it in app.php, i am still...
The documentation refers to "seconds" when setting the "every" parameter for the rate limit. However, Laravel 5.5 and 5.6 use "minutes" in the Illuminate Cache RateLimiter class.
Hi i was trying to use this along side the Forge's Queue worker settings, but the timer doesn't seems to be working.
The queue:worker does indeed limit the executes jobs in the queue, but when running horizon these jobs are not limited. Is this something that should be resolved in horizon?
Jobs in a rate limited queue will be limited by the Worker Sleep Duration even thought the sleep duration is supposed to don't be taken into account when there are...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 12.x. **Before merging**, you need to: - Checkout the `l12-compatibility`...