Skip to content
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

fix: start child in session #215

Merged
merged 1 commit into from
May 17, 2024
Merged

fix: start child in session #215

merged 1 commit into from
May 17, 2024

Conversation

mloberg
Copy link
Contributor

@mloberg mloberg commented May 17, 2024

We're getting some weird waitid errors. Doing a little bit of digging, it looks like we maybe want Setsid instead of pgid. I tested this against yarn and we weren't seeing the issue with pgid, so I removed that from the exceptions

We're getting some weird waitid errors. Doing a little bit of digging,
it looks like we maybe want Setsid instead of pgid. I tested this
against yarn and we weren't seeing the issue with pgid, so I removed
that from the exceptions
@mloberg mloberg marked this pull request as ready for review May 17, 2024 14:24
@mloberg mloberg requested a review from a team as a code owner May 17, 2024 14:24
@mloberg mloberg merged commit 2e227dc into main May 17, 2024
3 checks passed
@mloberg mloberg deleted the fix/waitid branch May 17, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants