yuudi / rclone-webui-angular

Another Web GUI for Rclone
https://yuudi.github.io/rclone-webui-angular/
MIT License
258 stars 20 forks source link

Job manager #7

Closed yuudi closed 1 year ago

yuudi commented 1 year ago

All copy/move job will be dispatched in the background

A job manager will be used to track the progress of job

There is some additional API support need to be implemented at rclone backend. I will be working on it in the near future.

This PR draft is used to track the progress.

yuudi commented 1 year ago

This part is ready, now wait for rclone to merge the pull request of execute id.