geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

Partial fix for #372: faster shutdown of ghc_web Docker container #375

Closed fsteggink closed 3 years ago

fsteggink commented 3 years ago

This PR only prepends exec before the gunicorn command, resulting in the ghc_web Docker container being shut down much faster. No solution for the ghc_runner container though. Putting exec before the paver command doesn't have any affect, and neither has using exec somewhere inside runner_daemon in pavement.sh.

fsteggink commented 3 years ago

Sorry for this PR. I shouldn't have used the master branch for this fix.