You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: