-
Notifications
You must be signed in to change notification settings - Fork 176
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
Forego adds sleeping bash process for every application (read from .profile) #106
Comments
forego execs the command now, so this issue can be closed, I think. |
Additionally, there appears to be an issue with sending signals to the child process. (Related to #114?) When I have the following
I see the following
If I send
I see the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While examining processes and thread on our Docker-hosts, I found:
Should be coming from
forego/unix.go
Lines 13 to 22 in c6e54ee
Couldn't this be optimized, so we don't have those sleeping processes?
There are also the processes themselves:
The text was updated successfully, but these errors were encountered: