Duke-GCB / D4S2

Web service to facilitate notification and transfer of projects in DukeDS
MIT License
0 stars 0 forks source link

Fixes for download timeouts #215

Closed dleehr closed 5 years ago

dleehr commented 5 years ago

Installs gevent for gunicorn to use async workers. Activate gevent workers by setting GUNICORN_CMD_ARGS="--worker-class gevent"

fixes #212