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

Struct BatchMessageHandler

pkg/dequeuer/batch_handler.go:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38)
39
40type BatchMessageHandler struct {
41 config BatchMessageHandlerConfig
42 jobCompleteMessageDelay time.Duration
43 tags []string
44 aws *awslib.Client
45 metrics statsd.ClientInterface
46 log *zap.SugaredLogger
47 httpClient *http.Client
48}
49
50type BatchMessageHandlerConfig struct {
51 APIName string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected