diff --git a/pkg/cron/task.go b/pkg/cron/task.go index a139dc4..8a0baae 100644 --- a/pkg/cron/task.go +++ b/pkg/cron/task.go @@ -36,7 +36,7 @@ func SyncTaskInfo() { sys.ClusterName = cloudInfoList.ClusterName err = sys.Apply() if err != nil { - return + continue } cloudInfoList.Status = "Running" // push submitted mark to coordinator