ory / graceful

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

Graceful shutdown on SIGTERM #4

Closed jayme-github closed 5 years ago

jayme-github commented 5 years ago

Kubernetes sends SIGTERM by default on container termination.

Fixes #3

Signed-off-by: Janis Meybohm meybohm@traum-ferienwohnungen.de

jayme-github commented 5 years ago

@aeneasr could you please take a look at this? I'm unsure about what minimum go version you want to support here. For me, tests run fine with go1.11

aeneasr commented 5 years ago

Hey, Go 1.11 is ok for me!

jayme-github commented 5 years ago

Here we go :-)

aeneasr commented 5 years ago

Awesome, thank you!