benoitc / gunicorn

gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
http://www.gunicorn.org
Other
9.73k stars 1.74k forks source link

Can Gunicorn be made to run and manage MultiServer apps? #3238

Closed STOCKZE closed 1 month ago

STOCKZE commented 2 months ago

Currently Gunicorn does not natively support multi-server deployment where a single Gunicorn or multi Gunicorn instances combine to run same application workers in different servers, Is there anyway we can implement it, any ideas?

benoitc commented 1 month ago

you can launchj multiple gunicorn using the sme application code. Unsure what is the issue there. if you mean suporting multiple applications in one gunicorn instance, that is not supported.