You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've just been investigating my git server which has fallen over twice since upgrading to the latest version. It seems that every time someone connects via SSH or doing a clone, pull etc. the spawned git process by soft-serve is being left behind and reported as defunct when doing a ps -ef in the container, which is also visible on the host. These processes whilst not utilising any CPU or memory, are causing the server to grind to a complete halt, causing me to have to force reboot the system.
To Reproduce
Steps to reproduce the behavior:
Start soft-serve listening in a docker container
Connect and disconnect via ssh or git clone
Observe orphaned system git processes
Expected behavior
Git processes should be properly terminated once soft-serve has finished invoking them.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: Alpine Linux on x86 server and Docker Desktop on Mac
Version v0.5.1
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
I've just been investigating my git server which has fallen over twice since upgrading to the latest version. It seems that every time someone connects via SSH or doing a clone, pull etc. the spawned git process by soft-serve is being left behind and reported as
defunct
when doing aps -ef
in the container, which is also visible on the host. These processes whilst not utilising any CPU or memory, are causing the server to grind to a complete halt, causing me to have to force reboot the system.To Reproduce
Steps to reproduce the behavior:
git
processesExpected behavior
Git processes should be properly terminated once soft-serve has finished invoking them.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: