Closed jgallen23 closed 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.
was a user error. closing
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.
Whats the best way for me to debug this?