-
Notifications
You must be signed in to change notification settings - Fork 25
Feature Request :queue and task progress #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It is an important feature that I have been wanting to add, but the backend does not provide API for this. Now the only thing frontend can do is to display the job that is currently processing, you can view it on job tab. There are several limitations on backend API:
So before the task progress can be comfortably viewed on frontend, there are still something to do at backend. I have been making pull request on rclone backend to improve these, but it still need some time. |
I find this PR #7 was merged, but I can't find the job tab in webui. Did I miss anything? |
Yes it is completed but it is not satisfying, so I hide the entry of the jobs tab. If you want you can go directly to The rclone backend api of job status is not stable, and we are not able to query completed job from backend, so some behavior of the job manager might be confusing and misleading. |
Thank you for your reply. Besides completed jobs, I'm actually more interested in monitoring running jobs with details like filename, speed etc. Currently it seems this hidden page |
Can queue tasks and show Transferring progress on dashboard
The text was updated successfully, but these errors were encountered: