php - Laravel 5 queue job freezes -
i'm implementing command process uploaded files.
the files can contain 300mb of data, job needs queued , expect takes while complete.
my problem is, when run php artisan queue:listen gets job queue, starts processing after around 20 seconds, freezes. job doesn't launch exception , neither continues not removed queue.
i'm using database driver. missing here?
php artisan queue:listen not output errors user. run php artisan queue:work , output errors. command run 1 process in queue. need make sure next process 1 want debug.
Comments
Post a Comment