this is an awful hack

This commit is contained in:
a 2025-12-05 16:02:49 -06:00
parent 8f54cf5b44
commit 21e1dae92f
No known key found for this signature in database
GPG key ID: 2F22877AA4DFDADB

View file

@ -757,6 +757,7 @@ func exitProcess(ctx context.Context, logger *zap.Logger) {
return
}
}
fmt.Println("exiting here")
// give the OS or service/process manager our 2 weeks' notice: we quit
if err := notify.Stopping(); err != nil {