Похожие чаты

Hi, how can I set the "maxTries" parameter in a

laravel job without using --tries=X in php artisan queue:work?
I tried to add public $tries=10; but "maxTries" in the payload column (in jobs table) is always null...

2 ответов

25 просмотров
Luca-Patera Автор вопроса

public $tries = 5; is the right way for reference https://github.com/laravel/framework/blob/c30a784f56e5f0c4c54ffbb601280bc278227a9b/src/Illuminate/Queue/Queue.php#L126

Похожие вопросы

Обсуждают сегодня

Карта сайта