Skip to content

ray start does not restart failed processes #2587

Open
@mitar

Description

I was testing a bit how well does ray start work instead of using my regular service supervisor in Docker images. But it seems it is not really a good replacement, at least currently. Besides starting processes it does not really supervise them: if I kill any of the child processes (like global scheduler) it does not restart it. It does not even reape the process to not have a zombie process around.

So I think ray command should be made into a full-fletched process supervisor, or it should be marked as something useful for development, but then some documentation how to run whole ray suite of processes using some other standard process supervisor should be made.

Metadata

Assignees

No one assigned

    Labels

    P2Important issue, but not time-criticalbugSomething that is supposed to be working; but isn't

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions