Closed
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
Labels
No labels