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

Method FailureTasks

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

FailureTasks returns the numbers of failure tasks.

()

Source from the content-addressed store, hash-verified

29 SuccessTasks() int
30 // FailureTasks returns the numbers of failure tasks.
31 FailureTasks() int
32 // SubmittedTasks returns the numbers of submitted tasks.
33 SubmittedTasks() int
34 // SuspendingTasks returns the numbers of suspending tasks.

Callers 2

GetQueueMetricsFunction · 0.65
FailureTasksMethod · 0.65

Implementers 1

queuepkg/queue/queue.go

Calls

no outgoing calls

Tested by

no test coverage detected