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...
public $tries = 5; is the right way for reference https://github.com/laravel/framework/blob/c30a784f56e5f0c4c54ffbb601280bc278227a9b/src/Illuminate/Queue/Queue.php#L126
Обсуждают сегодня