mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Registry: Fix service shutdown mode trigger location (#28025)
This commit is contained in:
parent
531c579341
commit
3a498e80ff
@ -179,10 +179,10 @@ func (s *Server) Run() (err error) {
|
||||
}
|
||||
|
||||
err := service.Run(s.context)
|
||||
if err != nil {
|
||||
// Mark that we are in shutdown mode
|
||||
// So no more services are started
|
||||
s.shutdownInProgress = true
|
||||
if err != nil {
|
||||
if err != context.Canceled {
|
||||
// Server has crashed.
|
||||
s.log.Error("Stopped "+descriptor.Name, "reason", err)
|
||||
|
Loading…
Reference in New Issue
Block a user