-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Stuck Kue Job #1109
Comments
+1 |
So far, we have the same issue, after running a couple of days, the queue stops to process the tasks. |
Have you also tested with v1 branch? |
I get a lot of inactive jobs and active jobs, and they are stuck and not moving after leaving it overnight. All tasks are 0%. Sometimes to resume running all I need is to manually restart some tasks in each queue, not working all the time but why? And why is it stuck like that? |
I've the same problem as @hc-romens but my problem is after 5-10 jobs processed (the active queue is empty and the inactive is with jobs). The inactive queue works if I click on reset button or the job ttl expires (I don't know if the ttl affects inactive jobs). |
About 'watchStuckJobs': I've tested manually (executing every command of the process with LUA) and the result is that all is OK (the watchStuckJobs do nothing because queue and pending are the same value). |
I'm having the same issue, after some time it stop processing jobs, if I restart the process it resume processing jobs. |
I have seen some posts on jobs getting stuck in inactive status. eg. here #660
. The Kue documentation suggests that workaround for this is to call the "watchStuckJobs" function. I have also seen some posts where #1032 and #1075, where the recommendation is not to use "watchStuckJobs". Wondering, how I would troubleshoot the stuck job issue?
The text was updated successfully, but these errors were encountered: