Closed LarsOL closed 8 years ago
In startServices : main.go. Runconfig.GracefulShutdownTimeoutSecs is not set.
Meaning the default is always used, not the GracefulShutdownTimeoutSec from the config.
sc.RunConfig.GracefulShutdownTimeoutSecs = service.GracefulShutdownTimeout
Fixed in new-terminate branch
In startServices : main.go. Runconfig.GracefulShutdownTimeoutSecs is not set.
Meaning the default is always used, not the GracefulShutdownTimeoutSec from the config.
sc.RunConfig.GracefulShutdownTimeoutSecs = service.GracefulShutdownTimeout