Acme dont always reregister

This commit is contained in:
Pablu23
2025-10-15 18:52:45 +02:00
parent ea8f84f0d7
commit d4d7d3e067
2 changed files with 29 additions and 8 deletions

View File

@@ -68,7 +68,10 @@ func main() {
defer cancel()
server.Shutdown(ctx)
log.Info().Msg("Http Server stopped")
log.Info().Msg("Stopping pipeline")
pipeline.Stop(ctx)
log.Info().Msg("Pipeline stopped")
}()
if config.Server.Ssl.Enabled {