Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ IsPending
Method
IsPending
modules/backendscheduler/work/job.go:59–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(j *Job) IsPending() bool {
60
j.mtx.Lock()
61
defer
j.mtx.Unlock()
62
return
j.Status == tempopb.JobStatus_JOB_STATUS_UNSPECIFIED
63
}
64
65
func
(j *Job) IsRunning() bool {
66
j.mtx.Lock()
Callers
2
TestStatus
Function · 0.95
StartJob
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestStatus
Function · 0.76