Skip to content

restart_server.py kills but doesn't restart #18

Closed
@masters274

Description

The function kill_artillery() in core.py greps for artiller[y], which matches on the path of the called file /var/artillery/restart_server.py, thus executing the kill command on itself before finishing the script.

Changing the string to the following fixes the problem. ps -A x | grep artiller[y].py

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