| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This allows cleanly terminating CMS by sending it SIGTERM, which is what e.g. Docker or systemd do.
Codecov ReportAttention: 1 lines in your changes are missing coverage. Please review.
@@ Coverage Diff @@
## master #1246 +/- ##
==========================================
- Coverage 69.45% 69.45% -0.01%
==========================================
Files 328 328
Lines 26196 26201 +5
==========================================
+ Hits 18195 18198 +3
- Misses 8001 8003 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This allows cleanly terminating CMS by sending it SIGTERM, which is what e.g. Docker or systemd do.
I ran into this while using docker-compose, which when asked to stop a container will send it SIGTERM, then wait 10 seconds, and then send SIGKILL. I think terminating CMS via SIGKILL isn't particuarly nice (and also I don't like waiting 10 seconds every time I want to restart a container).