vyuldashev / laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.
MIT License
1.93k stars 382 forks source link

Job retries support #589

Closed ashen-1-dev closed 7 months ago

ashen-1-dev commented 7 months ago

Hi. After making some tests i saw that job not retrying if throws an exception. (Job execute only once)

So, how i can configure job retry?

Thanks for answer.

khepin commented 7 months ago

You'll find this in the laravel documentation. This package just follows the options provided by Laravel.