Skip to content
  • Philippe Pepiot's avatar
    wsgi: use gunicorn instead of uwsgi · 16ea076c
    Philippe Pepiot authored and Denis Laxalde's avatar Denis Laxalde committed
    gunicorn is a lot simplier to deploy (no config file) and handle our use
    case as well as uwsgi.
    
    Testing number of threads on worker could not be done easily because
    they are start lazily. So just drop this test.
    16ea076c