Supervisor Laravel Customer July 18, 2026 15:26 Share Hello How can I create a working daemon for laravel, exactly a Queue redis artisan? 0 Comments 1 comment Sort by Date Votes Customer July 18, 2026 15:26 You don’t want to use supervisord on Platform.sh. Instead, you would set up the queue process as a worker. I’ve just updated the Laravel template with an example configuration here: https://github.com/platformsh-templates/laravel/blob/master/.platform.app.yaml And you can see more on workers here: https://docs.platform.sh/configuration/app/workers.html Cheers. 0 Please sign in to leave a comment. Didn't find what you were looking for? New post
Comments
You don’t want to use supervisord on Platform.sh. Instead, you would set up the queue process as a
worker. I’ve just updated the Laravel template with an example configuration here:https://github.com/platformsh-templates/laravel/blob/master/.platform.app.yaml
And you can see more on workers here:
https://docs.platform.sh/configuration/app/workers.html
Cheers.
Please sign in to leave a comment.