bkeepers / qu

a Ruby library for queuing and processing background jobs.
MIT License
505 stars 50 forks source link

Question: How to handle completed jobs? Any callback? #54

Closed mateusmaso closed 12 years ago

mateusmaso commented 12 years ago

How can I track completed jobs, like: 5 of 10 jobs has been completed?

bkeepers commented 12 years ago

I usually put it in my model. At the end of my job, I update whatever I'm using to keep track of job status.