Skip to content

[monarch] spawn AsyncEndpointTask as a child #290

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

Open
wants to merge 1 commit into
base: gh/suo/34/base
Choose a base branch
from

Conversation

suo
Copy link
Contributor

@suo suo commented Jun 17, 2025

Stack from ghstack (oldest at bottom):

we were getting lots of warnings like:

W0617 10:43:15.339528 1781750 fbcode/monarch/hyperactor/src/proc.rs:1047] received signal for unknown child pid 18

because we were doing spawn instead of spawn_child.

Differential Revision: D76833530

NOTE FOR REVIEWERS: This PR has internal Meta-specific changes or comments, please review them on Phabricator!

we were getting lots of warnings like:
```
W0617 10:43:15.339528 1781750 fbcode/monarch/hyperactor/src/proc.rs:1047] received signal for unknown child pid 18
```

because we were doing `spawn` instead of `spawn_child`.

Differential Revision: [D76833530](https://our.internmc.facebook.com/intern/diff/D76833530/)

**NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D76833530/)!

[ghstack-poisoned]
suo added a commit that referenced this pull request Jun 17, 2025
we were getting lots of warnings like:
```
W0617 10:43:15.339528 1781750 fbcode/monarch/hyperactor/src/proc.rs:1047] received signal for unknown child pid 18
```

because we were doing `spawn` instead of `spawn_child`.

Differential Revision: [D76833530](https://our.internmc.facebook.com/intern/diff/D76833530/)

**NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D76833530/)!

ghstack-source-id: 291027177
Pull Request resolved: #290
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jun 17, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D76833530

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants