schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
334 stars 254 forks source link

All jobs failed : sh: /images/jessie.i386/usr/local/php7.0/sbin/php-fpm: No such file or directory #203

Open odecharette opened 6 years ago

odecharette commented 6 years ago

Hi,

I'm using the bundle with SF 3. It's working on local environnement but not on staging

when I run jms-job-queue:run --env=staging --verbose I got a "failed" msg In the DB, all jobs failed with exit code 127 and exitOutput :

sh: /images/jessie.i386/usr/local/php7.0/sbin/php-fpm: No such file or directory

My application is hosted on a mutualised server on OVH.

Can you help ? Thanks