Skip to content

Commit

Permalink
Merge pull request #1159 from turgayozgur/patch-1
Browse files Browse the repository at this point in the history
Allow locust in Docker to get SIGTERM(aka Ctrl+C) messages
  • Loading branch information
heyman authored Nov 18, 2019
2 parents 208d240 + 9f67cbd commit e52f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ fi
echo "Starting Locust in ${LOCUST_MODE} mode..."
echo "$ locust ${LOCUST_OPTS} ${_LOCUST_OPTS}"

locust ${LOCUST_OPTS} ${_LOCUST_OPTS}
exec locust ${LOCUST_OPTS} ${_LOCUST_OPTS}

0 comments on commit e52f9f2

Please sign in to comment.