schmittjoh / JMSJobQueueBundle

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

Build string command line and then use the Process class #175

Closed anacona16 closed 7 years ago

anacona16 commented 7 years ago

Symfony 3.3: sh: 1: exec: exec: not found

The solution: build string command line and then use the Process class directly instead of going through the ProcessBuilder

jverdeyen commented 7 years ago

Any update on this?

anboo commented 7 years ago

+

versh23 commented 7 years ago

up

schmittjoh commented 7 years ago

Fixed by #176