Hello
How can I create a working daemon for laravel, exactly a Queue redis artisan?
Hello
How can I create a working daemon for laravel, exactly a Queue redis artisan?
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.