Skip to content

Queuer-side progress indication #145

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

Closed
in03 opened this issue Jun 2, 2022 · 4 comments · Fixed by #190
Closed

Queuer-side progress indication #145

in03 opened this issue Jun 2, 2022 · 4 comments · Fixed by #190
Assignees

Comments

@in03
Copy link
Owner

in03 commented Jun 2, 2022

It would be really nice if we could have some indication of progress (ideally a progress bar) showing how far through the current jobs we have. Alive progress handles multiple nested progress bars. That could be really cool, although not sure how feasible depending on how many jobs we have queued. Otherwise an overall progress bar would be fine. Some single-line logging on which files have finished would be awesome too.

@in03 in03 self-assigned this Jul 8, 2022
@in03
Copy link
Owner Author

in03 commented Jul 8, 2022

/cib

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

@in03
Copy link
Owner Author

in03 commented Jul 12, 2022

Made some big strides here with 12bfa65.
No overall average progress, overall discrete progress or workers per task group metrics yet.
Just each active task in the group getting it's own progress bar.

See #190.

@in03
Copy link
Owner Author

in03 commented Jul 19, 2022

Just ran a bit test of a full timeline worth of footage and it looks like processing is slowing down in the last couple of percent of some clips. They do eventually hit 100% but it takes some time and it appears to hang there indefinitely? It's totally blocked. Ctrl+C does pull it out.

Maybe there are just too many messages to keep up with syncronously? Might have to give async.io implementation a try.
image

@in03 in03 closed this as completed in #190 Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant