-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Wakapi in Docker leaving zombie process 🧟 #713
Comments
This is what I see when I ran Wakapi 2.12.2 with Postgres 17.
The |
Can you please explain this a bit further? From your screenshot I don't quite understand what the problem is. |
I encountered a zombie process and subsequently determined that its parent process was Wakapi. |
Alright, went a bit deeper into this, but can't really explain why this is happening. My first intuition was that - as @YC suggested - it's related to this part of the wait-for-it script. But then I'm wondering why wakapi is the parent process of that zombie? Also, I can't reproduce this outside of a container (even when using wait-for-it) so it's probably indeed related to Docker. Here is a super interesting discussion about Docker and zombie processes in general. Wakapi itself doesn't spawn any child processes, to the best of my knowledge (unless some external libraries / database driver / etc. do). While a zombie process doesn't really hurt, I'd still be happy if someone with proficient Linux expertise could have a look at this. Thanks for reporting. |
Describe the bug
running the wakapi docker container will generate a zombie process
System information
The text was updated successfully, but these errors were encountered: