Now that we're using the queue workers functionality in Laravel, we need to make sure the server provisioning installs supervisor, as recommended by the Laravel docs, to keep the workers running.
https://laravel.com/docs/5.1/queues#running-the-queue-listener
There is a supervisor cookbook, and the docs above have an example configuration file.
Now that we're using the queue workers functionality in Laravel, we need to make sure the server provisioning installs supervisor, as recommended by the Laravel docs, to keep the workers running.
https://laravel.com/docs/5.1/queues#running-the-queue-listener
There is a supervisor cookbook, and the docs above have an example configuration file.