Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gunicorn

How To Use Gunicorn With Swagger_server On Flask

I'm trying to start the swagger server using gunicorn on ec2 instance by using the following co… Read more How To Use Gunicorn With Swagger_server On Flask

Optimal Gunicorn-worker Configuration (number And Class) For Python Rest Apis

Lets say I have two conceptually different REST APIs developed in Python through a framework like F… Read more Optimal Gunicorn-worker Configuration (number And Class) For Python Rest Apis

Django: 400 Error With Debug=false And Allowed_hosts=["*"]

I'm trying to run a relatively simple Django server on Python 3.5.3 on an Ubuntu DigitalOcean d… Read more Django: 400 Error With Debug=false And Allowed_hosts=["*"]

Nginx + Gunicorn + Flask - 502 Bad Gateway - Permission Denied On Socket File

We are trying to set up NGINX as a reverse proxy to our Gunicorn Python application. We have been f… Read more Nginx + Gunicorn + Flask - 502 Bad Gateway - Permission Denied On Socket File

Setup Multiple Django Gunicorn Instances With Nginx

Got one django site running with gunicorn & nginx need to setup another site also with the same… Read more Setup Multiple Django Gunicorn Instances With Nginx

Serve A Bottle Application From Gunicorn On Heroku?

Procfile web: python server.py server.py from os import environ from bottle import app, route, run… Read more Serve A Bottle Application From Gunicorn On Heroku?

Gunicorn Failed To Load Flask Application

I have a Flask app I am trying to serve via Gunicorn. I am using virtualenv and python3. If I activ… Read more Gunicorn Failed To Load Flask Application

Using Gunicorn With Ubuntu:latest Docker Image

I'm trying to setup a Gunicorn server inside an Ubuntu:latest Docker image. When launching on D… Read more Using Gunicorn With Ubuntu:latest Docker Image

App Engine Flex Deployment Health Check Fails

I've made a Python 3 Flask app to serve as an API proxy with gunicorn. I've deployed the op… Read more App Engine Flex Deployment Health Check Fails

Restart Gunicorn_django Via Fabric

I'm building a Django application and I decided to investigate Fabric for automating deployment… Read more Restart Gunicorn_django Via Fabric

'Invalid Input Syntax For Type Inet' Db Error In Django App With Postgres And Gunicorn+Nginx As Reverse Proxy

Can you help me decipher this rather esoteric error? Everything's fine when I fire up the appli… Read more 'Invalid Input Syntax For Type Inet' Db Error In Django App With Postgres And Gunicorn+Nginx As Reverse Proxy

Gunicorn Gevent Worker Logging Issues

I have a gunicorn server running with 1 worker. I user the logging module during the request. None … Read more Gunicorn Gevent Worker Logging Issues