schmittjoh / JMSJobQueueBundle

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

Clean up jobs with incoming dependencies #58

Closed bassrock closed 10 years ago

bassrock commented 10 years ago

The clean up command is not cleaning up jobs with dependencies. It is just doing a count to see if there are dependencies instead of a check to make sure the dependencies are closed matching the main job.

bassrock commented 10 years ago

Never mind i didn't think to realize that dependencies are based on closedAt not createdAt.