schmittjoh / JMSJobQueueBundle

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

Add 'name' attribute to Job entity. #55

Closed clemblanco closed 10 years ago

clemblanco commented 10 years ago

Could be very useful to display the list of the jobs to your final user.

schmittjoh commented 10 years ago

I'd prefer if you implement this on a different level (you could have a service which converts a job to a readable name for example).