ory / graceful

A best practice http server set up that supports graceful shutdown
Apache License 2.0
191 stars 18 forks source link

fix: listen for SIGINT next to SIGTERM #67

Closed zepatrik closed 2 years ago

zepatrik commented 2 years ago

Currently we only get notified by SIGTERM, but not SIGINT as specified in the documentation. Pre #4 we were notified on any signal, that's why it worked initially. Took quite a long time for anyone to notice :sweat_smile: