
This patch adds gunicorn as dependency for starting and managing server workers. Gunicorn allow users to chose whether to use workers based on a sync process, eventlet or gevent. It also manages multiple workers, ssl, process uid, process gid. Implements blueprint transport-base Change-Id: Ic328dbb937f8df69691911c6e6ff6b318bb1db34
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
[drivers]
|
|
transport = marconi.transport.wsgi
|
|
storage = marconi.storage.sqlite
|
|
|
|
[drivers:transport:wsgi]
|
|
bind = 0.0.0.0:8888
|
|
workers = 20
|