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

Job progress not correct for parallel tasks #8

Open
ppcololo opened this issue Oct 4, 2023 · 0 comments
Open

Job progress not correct for parallel tasks #8

ppcololo opened this issue Oct 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ppcololo
Copy link

ppcololo commented Oct 4, 2023

I have one Job with 50x parallel tasks inside.
When some task finished inside this Job - Job doesn't show correct counter of % Completed - it still 0%.
Is it possible to show correct percentage of finished tasks, like:
job_tasks_count = 50
job_tasks_completed = 3
% Completed = 3/50*100=6%

(not sure that the same issue exists for non parallel tasks)

@runabol runabol added the enhancement New feature or request label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants