Skip to content
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

Take into account requests within a job when calculating progress #60

Open
JasonBarnabe opened this issue Feb 10, 2015 · 0 comments
Open

Comments

@JasonBarnabe
Copy link
Contributor

Right now if you have 2 jobs, the progress will go 0, 50, 100. For a more accurate picture of the progress, and to show the user that progress is actually being made, we should take into account the requests within each job. For example, if Job A has 1 request and Job B has 4, then it would go 0, 50, 62, 75, 87, 100.

This would be especially useful for users who have one big job with lots of requests in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant