Same here. I'm using rocketeer to deploy my app and my latest release has a symlink "/var/www/myapp/current" -> "/var/www/myapp/releases/20150501010203". I think supervisord is caching the real path from my symlink folder, so i have to restart the queue manually... :(
Nov 24, 2014
4
Level 31
Supervisor and artisan queues
Hi,
I'm using Supervisor to keep php artisan queue:listen running.
But when I deploy an updated job worker, the listener uses the previous PHP file, probably because I'm using a current symlink folder.
How do you handle this? I've tried changing the command from queue:listen to queue:work with autostart but I think is not a good idea.
Thanks!
Please or to participate in this conversation.