root: handle SIGHUP and SIGUSR2, healthcheck gunicorn (#6630)

Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
risson
2023-09-27 13:34:29 +02:00
committed by GitHub
parent b15002a992
commit 4a434d581d
4 changed files with 166 additions and 10 deletions

View File

@ -9,6 +9,7 @@ import (
"github.com/getsentry/sentry-go"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"goauthentik.io/internal/common"
"goauthentik.io/internal/config"
"goauthentik.io/internal/constants"