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

Nested progress #1419

Open
sebastianstupak opened this issue Jan 1, 2024 · 0 comments
Open

Nested progress #1419

sebastianstupak opened this issue Jan 1, 2024 · 0 comments

Comments

@sebastianstupak
Copy link

sebastianstupak commented Jan 1, 2024

Hey,

I know this isn't supported by default.

I have use case where I am running parallel jobs, under each parallel job I am doing some preparation tasks, then doing some set tasks X amount of times.
Currently, I am outputting following, but that doesn't give me any other information what's happening inside of these workers. Each can run for hours.

Worker 1 ----------------------------------------   0% --:--:--
Worker 2 ----------------------------------------   0% --:--:--

For example, I have preparation task that can conditionally happen:

Worker 1 ----------------------------------------   0% --:--:--
- Web scraping ----------------------------------------   0% --:--:--
Worker 2 ----------------------------------------   0% --:--:--

Then after scraping is done for Worker 1 it could change to:

Worker 1 ----------------------------------------   0% --:--:--
- Item 1 Creating video ----------------------------------------   0% --:--:--
- Item 2 Creating video ----------------------------------------   0% --:--:--
Worker 2 ----------------------------------------   0% --:--:--

If item 2 is finished then it continues to other task.

Worker 1 ----------------------------------------   0% --:--:--
- Item 1 Creating video ----------------------------------------   0% --:--:--
- Item 2 Uploading video ----------------------------------------   0% --:--:--
Worker 2 ----------------------------------------   0% --:--:--

The indentation could be done just by setting the name of task.
Is there some workaround how I can achieve dynamically changing tasks like this?


Please upvote 👍 this issue if you are interested in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo 🕑
Development

No branches or pull requests

1 participant