Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
228
func
isOnJobCompleteMessage(message *sqs.Message) bool {
229
_, found := message.MessageAttributes[
"job_complete"
]
230
return
found
231
}
Callers
2
Handle
Method · 0.85
handleMessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected