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

Method RemoteDownloadQueue

application/dependency/dependency.go:130–130  ·  view source on GitHub ↗

RemoteDownloadQueue Get a singleton queue.Queue instance for remote download tasks.

(ctx context.Context)

Source from the content-addressed store, hash-verified

128 IoIntenseQueue(ctx context.Context) queue.Queue
129 // RemoteDownloadQueue Get a singleton queue.Queue instance for remote download tasks.
130 RemoteDownloadQueue(ctx context.Context) queue.Queue
131 // NodePool Get a singleton cluster.NodePool instance for node pool management.
132 NodePool(ctx context.Context) (cluster.NodePool, error)
133 // TaskRegistry Get a singleton queue.TaskRegistry instance for task registration.

Callers 4

CreateDownloadTaskMethod · 0.65
GetQueueMetricsFunction · 0.65
StartMethod · 0.65

Implementers 1

dependencyapplication/dependency/dependency.go

Calls

no outgoing calls

Tested by

no test coverage detected