Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ GetJobForWorker
Method
GetJobForWorker
modules/backendscheduler/work/interface.go:22–22 ·
view source on GitHub ↗
(ctx context.Context, workerID string)
Source
from the content-addressed store, hash-verified
20
// Job queries
21
ListJobs() []*Job
22
GetJobForWorker(ctx context.Context, workerID string) *Job
23
24
// Pending job management (e.g. redaction queue)
25
AddPendingJobs(jobs []*Job) error
Callers
3
Next
Method · 0.65
TestGetJobForWorker
Function · 0.65
TestEdgeCases
Function · 0.65
Calls
no outgoing calls
Tested by
2
TestGetJobForWorker
Function · 0.52
TestEdgeCases
Function · 0.52