gajus / lightship

Abstracts readiness, liveness and startup checks and graceful shutdown of Node.js services running in Kubernetes.
Other
517 stars 33 forks source link

Include SIGHUP SIGINT in default signals #2

Closed drubin closed 6 years ago

drubin commented 6 years ago

In production, it makes sense to catch the only SIGTERM but for development, it makes sense that ctrl+c should mimic the same behaviour. Of course this configurable but it should be the default.

SIGHUP SIGINT

gajus commented 6 years ago

Thank you!

gajus commented 6 years ago

:tada: This PR is included in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: