Custom Application Custom Application New in version 19.0. Sometimes, you want to integrate Gunicorn with your WSGI application. In this case, you can inherit from gunicorn.ap...
Signal Handling Signal Handling A brief description of the signals handled by Gunicorn. We also document the signals used internally by Gunicorn to communicate with the workers...
Worker Processes How do I know which type of worker to use? What types of workers are there? How can I figure out the best number of worker processes? How can I change the numbe...
Ubuntu Ubuntu Ubuntu 12.04 (trusty) or later contains the Gunicorn package by default so that you can install it in the usual way: $ sudo apt - get update $ sudo apt - get...
Master process Master process QUIT , INT : Quick shutdown TERM : Graceful shutdown. Waits for workers to finish their current requests up to the graceful_timeout . HUP : Reloa...
Master process Master process QUIT , INT : Quick shutdown TERM : Graceful shutdown. Waits for workers to finish their current requests up to the graceful_timeout . HUP : Reloa...