Flask - Performance Optimization
After starting Gunicorn with
gunicorn -w 2 -b 0.0.0.0:8000 app:app, you notice no requests are served. What is a likely cause?