mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 03:37:46 +08:00
[REV] check service status when get status is unknow
This commit is contained in:
parent
055773bbdf
commit
18b94eceff
@ -260,6 +260,7 @@ func (s *Manager) GetStatus(serviceID string) string {
|
||||
if status, ok := s.status[serviceID]; ok {
|
||||
return status
|
||||
}
|
||||
s.CheckStatus(serviceID)
|
||||
return "unknow"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user