feat: auto start workers
This commit is contained in:
16
readme.md
Normal file
16
readme.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user