Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 5607028

Browse files
authored
Merge pull request #37 from humpback/develop-0.0.1
fix bugs
2 parents 6eb5bcf + 95d688e commit 5607028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/scheduler/serviceManager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func (sm *ServiceManager) Reconcile() {
110110
}
111111

112112
// 服务处于failed状态,就不需要再做任何操作
113-
if sm.ServiceInfo.Status == types.MemoCreateContainerFailed {
113+
if sm.ServiceInfo.Status == types.ServiceStatusFailed {
114114
slog.Info("[Service Manager] Service is failed......", "ServiceId", sm.ServiceInfo.ServiceId)
115115
return
116116
}

0 commit comments

Comments
 (0)