git creates processes which are not closed #7683
Replies: 3 comments 1 reply
-
I'd like to dig this up. I have the same issue. As soon as i start the container, i have some defunct git processes, which are increasing in amount. In the WebUI/log i see no errors I use the app running inside a docker container on debian (stable) |
Beta Was this translation helpful? Give feedback.
-
I'm getting this too! I recently upgraded to the latest version and now my system is infested with zombies. |
Beta Was this translation helpful? Give feedback.
-
Also seeing this. For us, the issue is not present in the ghcr.io/requarks/wiki:2.5.305 image, but it is present in the ghcr.io/requarks/wiki:2.5.306 image. It is also present in 2.5.307. The commits between 2.5.305 and 2.5.306 don't seem like they'd affect anything to do with child processes, so my only guess without a deep dive is that it's a regression in some dependency that gets installed when the container image is built. Our workaround for now is to roll back to 2.5.305. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
i enabled the git storage backend.
this is working, but every action creates an process which is left.. until i restart the docker container.
this is clearly a bug or a missconfig from my side
Beta Was this translation helpful? Give feedback.
All reactions