MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / SuccessTasks

Method SuccessTasks

pkg/queue/queue.go:164–166  ·  view source on GitHub ↗

BusyWorkers returns the numbers of success tasks.

()

Source from the content-addressed store, hash-verified

162
163// BusyWorkers returns the numbers of success tasks.
164func (q *queue) SuccessTasks() int {
165 return int(q.metric.SuccessTasks())
166}
167
168// BusyWorkers returns the numbers of failure tasks.
169func (q *queue) FailureTasks() int {

Callers

nothing calls this directly

Calls 1

SuccessTasksMethod · 0.65

Tested by

no test coverage detected