Commit 73129da8 authored by duanjinfei's avatar duanjinfei

upadte upload oss failed

parent 5c890bc9
......@@ -273,7 +273,8 @@ func (t *TaskHandler) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage)
ossUri, err := t.uploadOSS(taskMsg.TaskId, queryString, decodeByte, suffix)
if err != nil {
log.WithError(err).Error("upload image into file cache failed")
return
apiRes = append(apiRes, respStr)
continue
}
log.WithField("uri", ossUri).Info("upload image OSS successful")
if ossUri != "" && len(containerRespStrArr) == 1 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment