网站项目采用php
需要执行
php artisan queue:work --queue=emails,images,thumbnails
但是采用 Supervisor方法行不通
就采用计划任务的方法 具体内容如下:
OCI runtime exec failed: exec failed: unable to start container process: exec: “cd”: executable file not found in $PATH: unknown
无法使用cd命令?
正常应该是 cd /sites/test.com/index && php artisan queue:work --queue=emails,images,thumbnails