MCPcopy
hub / github.com/cortexlabs/cortex / isOnJobCompleteMessage

Function isOnJobCompleteMessage

pkg/dequeuer/batch_handler.go:228–231  ·  view source on GitHub ↗
(message *sqs.Message)

Source from the content-addressed store, hash-verified

226}
227
228func isOnJobCompleteMessage(message *sqs.Message) bool {
229 _, found := message.MessageAttributes["job_complete"]
230 return found
231}

Callers 2

HandleMethod · 0.85
handleMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected