schmittjoh / JMSJobQueueBundle

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

Periodic jobs by cron #2

Closed Koc closed 7 years ago

Koc commented 12 years ago

What about periodic jobs? It would be nice supports something like this

<service id="vendorname.newsfeed.send_greetings" synthetic="true">
    <tag name="task" command="vendorname:newsfeed:send-greetings -e prod" cron-expr="10 3 * * *" />
</service>
schmittjoh commented 12 years ago

I have thought about it, but I don't need it atm. Patches welcome though.

rvanlaak commented 7 years ago

This one is closed via #16 if I'm correct?

schmittjoh commented 7 years ago

I think it's a separate request, but yeah we do have scheduling jobs now: https://github.com/schmittjoh/JMSJobQueueBundle/blob/master/Resources/doc/scheduled_jobs.rst