Configure Workers

To set the number of worker processes used by the console:

In the [server:main] section of the configuration file, modify the workers setting. For example:
workers=9
Note: As a general rule, you should configure the number of workers to be twice the number of CPU cores, plus one. For more information, see the Gunicorn documentation.
x