-
Notifications
You must be signed in to change notification settings - Fork 5
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
[ERROR] WorkerImpl Could not close Jedis connection on server restart #20
Comments
That "issue" has been around forever now. The reason is that the redis connections are already closed before the workers are actually stopped. i will check whether we can hook into the shutdown process earlier to stop workers but this will keep happening if there is a long running job running, while the app is being stopped. There is simply no way of gracefully killing that thread while it is still working on something. |
Thanks, @peh. |
yeah that happens from time to time when timing is bad. but it's also nothing bad at all and can happen to other connections that are not handled in the "main thread" |
gotcha, ok, so sounds like a low priority issue. |
this has been fixed by #28 |
Using v1.2.1, when I restart my app deployed to Tomcat, the logs spew the following redis errors for each workerimpl
And other error for each worker:
Using:
grails jesque v1.2.1
grails 3.1.16
tomcat 8.0.41
Linux
The text was updated successfully, but these errors were encountered: