Closed mscout1 closed 5 months ago
I haven't run into this need and off the top of my head I'm not sure if there is any way to do what you want, given the ProgressRecorder
is pretty coupled with the task instance.
Interested to hear if anyone else has any better suggestions though!
Thanks for getting back to me. I'm probably going to go with rolling my own in that case.
@mscout1 Hi! I also have a need for something like this. Do you mind sharing the approach you plan on using? Thank you!
this should now be supported in the 0.4 release. https://github.com/czue/celery-progress?tab=readme-ov-file#working-with-groups
I like this very much but my current use case involves a complex set of chains and chords. I want to monitor the progress of the workflow as a whole, not just one task of it.
For example:
I want to track the progress of the entire
work
graph. Is there a good way to do that with this library?