schmittjoh / JMSJobQueueBundle

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

Create Process with command line instead of ProcessBuilder #176

Closed anorgan closed 7 years ago

anorgan commented 7 years ago

Fixes https://github.com/schmittjoh/JMSJobQueueBundle/issues/171 Similar to https://github.com/schmittjoh/JMSJobQueueBundle/pull/175 but only 2 lines of change Tested on Symfony 2.8 (phpunit) and Symfony 3.3

anorgan commented 7 years ago

Until this gets merged, you can use

{
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:anorgan/JMSJobQueueBundle.git"
        }
    ]
}

in your composer.json to alias the repository and import the patched dependency

apsylone commented 7 years ago

@schmittjoh Can you merge this PR ? This bug is annoying for a lot of us. It makes the bundle unusable under Symfony 3.3. :-)