schmittjoh / JMSJobQueueBundle

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

Doesn't work with Symfony 4 yet #193

Open intergalactisch opened 6 years ago

intergalactisch commented 6 years ago

Hi, When I try to require the package with composer in a symfony 4 environment it says that I am not allowed to do so due to its dependency on an older symfony version. Any ideas on how to fix this?

gam6itko commented 6 years ago

also

User Deprecated: The "jms_job_queue.retry_scheduler" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0.

andrewmy commented 6 years ago

Check out the symfony4 branch: https://github.com/schmittjoh/JMSJobQueueBundle/commits/symfony4

modstore commented 6 years ago

I've just started moving my project to S4, just wondering the status of the symfony4 branch, if there's any pending issues at all? Thanks!

andrewmy commented 6 years ago

@modstore having none so far

modstore commented 6 years ago

Thanks @andrewmy, I'll give it a go.

stephanvierkant commented 5 years ago

Should work now. @schmittjoh This issue can be closed!