how to dump tasklets status in python

60 views Asked by At

I have a complex python program running 100 tasklets simultaneously. I want to take dump of all the running tasklets including their current status and back trace at the time of exception. Can any one let me know how can this be done ?

Thanks

0

There are 0 answers