tork-web icon indicating copy to clipboard operation
tork-web copied to clipboard

Job progress not correct for parallel tasks

Open ppcololo opened this issue 1 year ago • 0 comments

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)

ppcololo avatar Oct 04 '23 07:10 ppcololo