MCPcopy
hub / github.com/grafana/tempo / StartJob

Method StartJob

modules/backendscheduler/work/interface.go:13–13  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

11 // Job management
12 AddJob(j *Job) error
13 StartJob(id string)
14 GetJob(id string) *Job
15 RemoveJob(id string)
16 CompleteJob(id string)

Callers 13

testJobOperationsFunction · 0.65
NextMethod · 0.65
TestJobOperationsFunction · 0.65
TestGetJobForWorkerFunction · 0.65
TestPruneFunction · 0.65
TestConcurrencyFunction · 0.65
TestEdgeCasesFunction · 0.65
TestFullMarshalUnmarshalFunction · 0.65

Calls

no outgoing calls

Tested by 12

testJobOperationsFunction · 0.52
TestJobOperationsFunction · 0.52
TestGetJobForWorkerFunction · 0.52
TestPruneFunction · 0.52
TestConcurrencyFunction · 0.52
TestEdgeCasesFunction · 0.52
TestFullMarshalUnmarshalFunction · 0.52