Forums

How does Pythonanywhere deploys Flask App

Dear Team,

Need to know how does Pythonanywhere deploys our App , is it via gunicorn?

Reason being i need to instrument my application with APM tool so as to improve performance

https://docs.appdynamics.com/21.3/en/application-monitoring/install-app-server-agents/python-agent/install-the-python-agent

We're using uWSGI (if you have a look at the server logs of your web app, you will spot that). appdynamics won't work on PythonAnywhere since it requires access to the uWSGI configuration and processes which are not user accessible. You can perform some debugging of your web app's performance using the logs, see this help page.

ok SO on our behalf u cannot do this , if we provide steps

It does not look like that will work on PythonAnywhere.