You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
For example, I have preparation task that can conditionally happen:
Then after scraping is done for Worker 1 it could change to:
If item 2 is finished then it continues to other task.
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.
The text was updated successfully, but these errors were encountered: