gunicorn -c gunicorn_config.py core.wsgi:application --workers 3 --timeout 120000 gunicorn core.wsgi:application --bind 0.0.0.0:8000 --timeout 120000