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

[core] Fix doc for User-Spawned Process #49351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/source/ray-core/user-spawn-processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Note: The feature is meant to be a last resort to kill orphaned processes. It is
User-Spawned Process Killed on Worker Exit
------------------------------------------

In the following example, we use Ray Actor to spawn a user process. The user process is a long running process that prints "Hello, world!" every second. The user process is killed when the actor is killed.

In the following example, we use Ray Actor to spawn a user process. The user process is a sleep process.
.. testcode::

import ray
Expand Down
Loading