Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ecs): terminate Artillery CLI on SIGTERM
- Replace the use of "wait" with "tail --pid". The wait command can't be used because the Artillery CLI runs in a subshell - If Artillery CLI does not exist after the timeout, kill it with SIGKILL
- Loading branch information