Show job & task progress #103268

Open
opened 2022-12-16 15:45:09 +01:00 by Sybren A. Stüvel · 4 comments

It would be nice if we could see job & task progress in percent.

  • Job progress can be defined at first as the percentage of tasks that are in completed status.
  • Task progress should be the total progress (in percent) of its commands.
  • Command progress can be either binary (0% or 100%) if there is no way to subdivide the command into smaller steps, or it can be determined by its type. For example, a blender-render command could keep track of the number of frames rendered so far. Later we could expand this to also include sample counts to have sub-frame precision.
It would be nice if we could see job & task progress in percent. - Job progress can be defined at first as the percentage of tasks that are in `completed` status. - Task progress should be the total progress (in percent) of its commands. - Command progress can be either binary (0% or 100%) if there is no way to subdivide the command into smaller steps, or it can be determined by its type. For example, a `blender-render` command could keep track of the number of frames rendered so far. Later we could expand this to also include sample counts to have sub-frame precision.
Author
Owner

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Author
Owner

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren
Author
Owner

Added subscriber: @fsiddi

Added subscriber: @fsiddi
Author
Owner

For the future, it might be a nice abstraction level to subdivide tasks into "units of work". For rendering, each unit could be a frame. Thanks @fsiddi for the idea :)

For the future, it might be a nice abstraction level to subdivide tasks into "units of work". For rendering, each unit could be a frame. Thanks @fsiddi for the idea :)
Sybren A. Stüvel added
Type
To Do
and removed
Type
Report
labels 2023-02-17 11:10:57 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/flamenco#103268
No description provided.