-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Started key remains in redis db forever #296
Comments
Doesn't this line clear it out? https://github.com/taskrabbit/node-resque/blob/master/lib/worker.js#L294 |
Yes, but that only works when untrack is called. If the worker dies no external system seems to delete the key after a force-clean. |
Are you running a scheduler with https://github.com/taskrabbit/node-resque#failed-worker-management |
Yes, and it clears everything except the |
Ah! I get it it now! Great catch. |
Closing in favor of #297 |
That was fast, thanks! |
On exit or force-clean, a worker's started key is never removed. It is set here.
The text was updated successfully, but these errors were encountered: