I have problem with starting Laravel queue worker on latest Dokku.
I am using default heroku php buildpack. There is my procfile
web: vendor/bin/heroku-php-apache2 public/
worker: php artisan queue:work --daemon
Worker container is starting, but artisan command is not. No errors in log
If i manually enter worker container and start worker - it starts and works fine.
PS i tried to install shoreman plugin (http://ift.tt/294n4sx). Still same result.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire