Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow locust to get SIGTERM(aka Ctrl+C) messages. #1159

Merged
merged 1 commit into from
Nov 18, 2019
Merged

Allow locust to get SIGTERM(aka Ctrl+C) messages. #1159

merged 1 commit into from
Nov 18, 2019

Conversation

turgayozgur
Copy link
Contributor

exec used to start so from now, it will be the top process and can handle the SIGTERM messages.

@codecov
Copy link

codecov bot commented Nov 18, 2019

Codecov Report

Merging #1159 into master will decrease coverage by 0.89%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #1159     +/-   ##
=========================================
- Coverage   76.23%   75.33%   -0.9%     
=========================================
  Files          20       20             
  Lines        1889     1889             
  Branches      293      293             
=========================================
- Hits         1440     1423     -17     
- Misses        379      394     +15     
- Partials       70       72      +2
Impacted Files Coverage Δ
locust/util/deprecation.py 75% <0%> (-10%) ⬇️
locust/contrib/fasthttp.py 87.42% <0%> (-2.29%) ⬇️
locust/runners.py 63.18% <0%> (-1.65%) ⬇️
locust/web.py 86.82% <0%> (-1.56%) ⬇️
locust/main.py 33.47% <0%> (-1.31%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 208d240...9f67cbd. Read the comment docs.

@heyman heyman merged commit e52f9f2 into locustio:master Nov 18, 2019
@heyman
Copy link
Member

heyman commented Nov 18, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants