feat: auto start workers

This commit is contained in:
Rogee
2024-12-16 16:59:48 +08:00
parent 66d0cd507c
commit 71c285b892
10 changed files with 133 additions and 5 deletions

16
readme.md Normal file
View File

@@ -0,0 +1,16 @@
discover
```
./backend tasks discover --from /mnt/yangpingliang/publish/ --to /mnt/yangpingliang/publish/processed/1
```
sync
```
rsync -avh --progress /mnt/ypl/publish/processed/ server.ali.bj.01:/data
```
store
```
tasks store --from /app/processed
```