anato...@gmail.com
unread,Jul 10, 2013, 3:49:42 PM7/10/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to queue_...@googlegroups.com
Hi,
I'm using queue_classic 2.0.0 in a project with several named queues of jobs, with one or two workers depending on the queue. I had a situation recently where one job in one queue seemed to get hung up for literally days. The worker process was still in memory, it just wasn't progressing for some reason. Of course, that job was locked, and I only had one worker on that queue anyway and it was hung up. So no further work got done in that category of jobs.
Any thoughts on how to monitor the jobs and impose a time limit before transitioning to a clean up method if the worker doesn't finish in time?
Thank you.