schmittjoh / JMSJobQueueBundle

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

add progress-field for job #252

Closed cklm closed 8 months ago

cklm commented 4 years ago

As discussed in #61 and #200 I think, having a progress-field is a great addition for the job-queue. We are running the queue across 3 servers with >5000 jobs a day and almost none of this jobs is related to a single entity where I could track the progress. A typical job would be the collection of data from thousands of other entities, which can run for 10 minutes and longer. Other jobs are converting videos or uploading them to several storages. It would be great to have a progress field right in the job-entity - thats where it belongs :) Thanks for considering it.