You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This pull request adds the CacheTask task type, completes the adaptation for CacheTask during gRPC download and piece processing, and finally adds a cache parameter to dfget for creating and managing CacheTask.
## Related Issue
### Changes
- Added --cache parameter to dfget to create and manage CacheTask.
- Added cache task and implemented its download logic.
Implemented piece download execution for cache tasks in piece.rs and piece_download.rs.
- Added handling for cache peer and cache task in dragonfly-client/grpc/scheduler.rs.
- Added cache task support to dfdaemon gRPC servers.
## Motivation and Context
To introduce the CacheTask task type to avoid disk interactions, thereby increasing response speed.
Signed-off-by: fu220 <[email protected]>
0 commit comments