Skip to content

Switch from uWSGI to Gunicorn

Fabian Kaelin requested to merge gunicorn into master

Created by: geohci

uWSGI was giving challenges with newer Python versions and no longer working with multiple worker threads so switching to Gunicorn to hopefully stabilize.

Merge request reports