0
votes

we use 'default' => env('QUEUE_DRIVER', 'database') while running php artisan queue:work --timeout 3600 it work but when running nohup php artisan queue:work --tries=3 --daemon & it works for the current job queued sinlge row for one time only.

1

1 Answers

1
votes

Defining the queue in laravel is not enough, you need to setup a cron job entry for octobercms.

See the installation guide for Setting up the scheduler