Event based listener to get status of threads.(without kafka or rabbit mq)
I am new to python and trying to create a flask app that has a main thread of flask app and there are other threads being open for each task being run. Now I want to keep a track of each task and what data it is working on.So I thought to create something like: