-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[supervisor] switch lib back to use upstream ramr/go-reaper
#20322
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
Conversation
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
| } | ||
| }() | ||
| // start the reaper to clean up zombie processes | ||
| reaperChan := make(chan reaper.Status, 10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the Go routine is just checking the PID for equality, and only forwards to handledByReaper in a single case, I think the small buffer of 10 is not leading to any blockages here. 👍
geropl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM ✔️
|
Thanks! @geropl /unhold |
Description
Related Issue(s)
Fixes CLC-879
How to test
No need to test, or you could:
hot-deploy.shincomponents/ide/jetbrains/launchercd components/ide/jetbrains/launcher git cherry-pick 1b6bde80c410034b62e235438b8f7262fa7f63b6 ./hot-deploy.shDocumentation
Preview status
Gitpod was successfully deployed to your preview environment.
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-testPublish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/previewIf enabled this will create the environment on GCE infra
Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
Valid options are
all,workspace,webapp,ide,jetbrains,vscode,ssh. If enabled,with-previewandwith-large-vmwill be enabled./hold