0.13.3
Fixed bugs:
- Unable to properly connect multiple slaves, master #1176
- Zero exit code on exception #1172
--stop-timeout
is not respected when changing number of running Users in distributed mode #1162
Closed issues:
- "Percentage of the requests.." table has missing column headers #1180
- Set locust parameters via env vars & config file #1166
Merged pull requests:
- Use ConfigArgParse instead of argparse, to support getting parameters from config file and/or env vars. #1167 (cyberw)
- Add toolbox control for for downloading chart as png #1165 (skivis)
- Allow locust to get SIGTERM(aka Ctrl+C) messages. #1159 (turgayozgur)
- Stats: New argument "--csv-full-history" appends stats entries every interval in a new "_stats_history.csv" File #1146 (mehta-ankit)