Skip to content

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

Open
dduuyt opened this issue Jul 28, 2023 · 4 comments
Open

Feature Request :queue and task progress #20

dduuyt opened this issue Jul 28, 2023 · 4 comments
Labels
blocked enhancement New feature or request

Comments

@dduuyt
Copy link

dduuyt commented Jul 28, 2023

Can queue tasks and show Transferring progress on dashboard

@yuudi
Copy link
Owner

yuudi commented Jul 28, 2023

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:

  • job process percentage is not shown
  • finished job cannot be listed
  • job-id may not be relayed on because backend may restart

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.

@yuudi yuudi added enhancement New feature or request planned in future labels Jul 28, 2023
@sjtuross
Copy link

I find this PR #7 was merged, but I can't find the job tab in webui. Did I miss anything?

@yuudi
Copy link
Owner

yuudi commented Jul 13, 2024

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 .../rclone/job to see it.

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.

@sjtuross
Copy link

sjtuross commented Jul 15, 2024

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 rclone/job is not designed to show running jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants