start_api.sh 108 B

1
  1. gunicorn --bind 0.0.0.0:5001 --workers 9 --worker-class gevent --worker-connections 10 --timeout 200 app:app