Guincorn is up, but doesn’t show any more logs
INFO success: gunicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Connect to running gunicorn server on port 8000 to see real time logs without piping logs to file
I have a python app served by gunicorn on port 8000 on an ec2 instance as shown below:
Python version of gunicorn
I’m currently using 3.12 version and also latest version of Gunicorn. When I’m deploying to webapp using pipeline I’m facing error as ModuleNotFoundError: no module named ‘app’. I had installed gunicorn and other dependencies.
Is the current version does not supporting gunicorn?