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

Method Retried

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

Retried returns the number of times the Task has been retried

()

Source from the content-addressed store, hash-verified

40 Executed() time.Duration
41 // Retried returns the number of times the Task has been retried
42 Retried() int
43 // Error returns the error of the Task
44 Error() error
45 // ErrorHistory returns the error history of the Task

Callers 3

runMethod · 0.65
initFunction · 0.65
saveTaskToInventoryFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected