Monkey patch flask server

Are you using eventlet or gevent for your Flask server? If yes, have you monkey patched the standard library?

Would anyone help me answer this question

Yes. If you are going to deploy your code to production, I would advise you to apply monkey patch to the gevent library.

I am still on development. I am asking if rasa team have monkey patched standard libraries.