-
-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ add jobs tab with status 'stuck' #276
Comments
Sounds like reasonable PR is always welcome |
@fogine @felixmosh Is this ticket still relevant? Couldn't find any reference to Correct me if I am wrong.
|
@revathskumar & @felixmosh I refer to this https://github.com/OptimalBits/bull/blob/90f040c052325da302c99f17111a12d1afbe88bd/REFERENCE.md#jobgetstate |
The following test case implies that job can get into a |
If thats the case, it is quite important to know about such jobs and be able to clean them.. I experienced an issue where I could not create a job with specific jobId as another job already existed in the |
@fogine thank u for the info. From the test case that you've posted, looks like a job become stuck when await job.releaseLock();
await job.remove(); Do u really have a "proper" use case that makes your job to become in |
I'm sure that EDIT |
I've tried to add the I don't think that it is smart to add internal statuses. |
Hm, I think it might be related only to the bulljs project, not |
Same issue applies to |
There is missing tab in queue page with jobs that are in
stuck
status.. It should be possible to clean/restart those..The text was updated successfully, but these errors were encountered: