I have setup gunicorn with a single worker like below:
gunicorn --bind 0.0.0.0:5000 --workers=1 --access-logfile access.log myapp:app
In my i