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

Method SuccessTasks

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

BusyWorkers returns the numbers of success tasks.

()

Source from the content-addressed store, hash-verified

27 BusyWorkers() int
28 // BusyWorkers returns the numbers of success tasks.
29 SuccessTasks() int
30 // FailureTasks returns the numbers of failure tasks.
31 FailureTasks() int
32 // SubmittedTasks returns the numbers of submitted tasks.

Callers 2

GetQueueMetricsFunction · 0.65
SuccessTasksMethod · 0.65

Implementers 1

queuepkg/queue/queue.go

Calls

no outgoing calls

Tested by

no test coverage detected