livepeer / verification-classifier

Metrics-based Verification Classifier
MIT License
8 stars 7 forks source link

Ensure that the API can handle parallel requests #113

Closed yondonfu closed 4 years ago

yondonfu commented 4 years ago

At the moment, the API uses bjoern as the WSGI server which is single threaded. We believe that in order to handle parallel requests, the API would need to use a WSGI server that supports multi-threading such as gunicorn.

yondonfu commented 4 years ago

Closed by #114