tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
809 stars 70 forks source link

during startup Goose only wakes up to start a new user resulting in slow shutdown if canceled #401

Closed jeremyandrews closed 2 years ago

jeremyandrews commented 2 years ago

For example, if starting with -u10 -s10m then Goose only wakes up once every minute to start a new user. If you hit ctrl-c right after a user starts, you have to wait 60 seconds for Goose to shut down gracefully, and if you think it's frozen or get impatient and hit ctrl-c a second time it shuts down without flushing logs or writing the HTML report.