tgext.asyncjob always had the limit of being unable to track task progress between multiple processes, I decided to implement various task progress tracking backends to solve this issue. Currently only the Redis backend is provided, but implementing more is really simple.
Feel free to test it!
If no major bugs will be reported I'll make a new release next week.