Managing Laravel Queue Workers with Upstart
The official Laravel docs mention Supervisor as a preferred process manager to manage queue workers. For my requirements Upstart proved itself capable of handling the job just as well.
Steven Rombauts
Web developer, DevOps practitioner and Open Source enthusiast.
The official Laravel docs mention Supervisor as a preferred process manager to manage queue workers. For my requirements Upstart proved itself capable of handling the job just as well.