firstandthird / hapi-job-queue

Hapi and MongoDB powered job queue.
MIT License
3 stars 1 forks source link

Lock issue #24

Closed jgallen23 closed 9 years ago

jgallen23 commented 9 years ago

I've got a job that runs every hour, but when I checked on it this morning, it never finished and it's stuck locked.

screen shot 2015-06-18 at 10 00 57 am

screen shot 2015-06-18 at 10 01 39 am

Whats the best way for me to debug this?

dawnerd commented 9 years ago

https://github.com/firstandthird/hapi-job-queue/blob/master/lib/index.js#L330-L345

Sounds like the callback wasn't called or the task failed. I would put some logging in there and see if the callback is even firing.

jgallen23 commented 9 years ago

was a user error. closing