Skip to content

how to exit jina flow #155

@thewholeworld

Description

@thewholeworld

python version 3.10
jina 3.24.1
In the Docker image, I started a Jina flow using Nohup. I tried to use PS to find its process ID and kill it, but it didn't work. How can I solve this problem?
`root@nvidia:/data# ps aux | grep jina | grep -v grep | head -n 1 | awk '{print $2}' | xargs kill -9
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions