If I launch my Flask application through Gunicorn and set up several workflows - does one of the Flask applications run on each of the threads?
I wrote a bot telegram and it has a primitive cache in the form of a dictionary. The bot is integrated into the Flask application via webhuk My main question is the following - will every new thread created by Gunicorn create a new bot instance with its own cache?
Tell me if I think correctly and throw articles on the topic if there is.