Python Environment: add gevent based WSGI server framework (#750)
* Python Environment: add gevent based WSGI server framework This supply gevent based WSGI server framework to Python Environment, to allow customer to run their functions under multi-threads. * classify the flask based application This set up the flask based application as individual class, to make sure the consistent and integrity. * Add instruction of WSGI server selection applied in Python Environment * Python Environment starting logger: provide framework name
This commit is contained in:
@@ -5,3 +5,4 @@ python-dateutil
|
||||
requests==2.7.0
|
||||
redis
|
||||
hiredis
|
||||
gevent
|
||||
|
||||
Reference in New Issue
Block a user