Closed 4n70w4 closed 1 year ago
Hi!
Laravel middlewares has an option not to release jobs to queue. I would to have this opportunity in this middleware too.
If you do not want a job to be retried when it is rate limited, you may use the dontRelease method.
https://laravel.com/docs/9.x/queues#rate-limiting
Dear contributor,
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Hi!
Laravel middlewares has an option not to release jobs to queue. I would to have this opportunity in this middleware too.
https://laravel.com/docs/9.x/queues#rate-limiting