You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, errors.Errorf("There is no mapped action found for action[%s]. SQS message with entityId[%s] will be ignored.", action, entityId)
58
-
}
59
-
60
-
ifmappedAction.Type!=actionType {
61
-
returnnil, errors.Errorf("The mapped action found for action[%s] with type[%s] but action is coming with type[%s]. SQS message with entityId[%s] will be ignored.",
62
-
action, mappedAction.Type, actionType, entityId)
48
+
returnnil, errors.Errorf("SQS message does not contain action property.")
result.FailureMessage="Could not parse http response fields: "+executionResult
94
87
} else {
95
88
result.HttpResponse=httpResult
96
89
}
97
90
}
98
-
logrus.Debugf("Action[%s] execution of message[%s] with entityId[%s] has been completed and it took %f seconds.", action, *message.MessageId, entityId, took.Seconds())
91
+
logrus.Debugf("Action[%s] execution of message[%s] has been completed and it took %f seconds.", action, *message.MessageId, took.Seconds())
0 commit comments