Commit 65e5826874767114e7a35dbf8e0fa7707f13207b

Authored by Sergio Oliveira
1 parent 86a3fc1b

Adding params to gunicorn running

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
puppet/modules/colab/manifests/init.pp
@@ -45,7 +45,7 @@ class colab { @@ -45,7 +45,7 @@ class colab {
45 } 45 }
46 46
47 supervisor::app { 'colab': 47 supervisor::app { 'colab':
48 - command => '/home/colab/.virtualenvs/colab/bin/gunicorn colab.wsgi:application -t 300', 48 + command => '/home/colab/.virtualenvs/colab/bin/gunicorn colab.wsgi:application --timeout=300 --worker-class=gevent --workers=5',
49 directory => '/home/colab/colab/src/', 49 directory => '/home/colab/colab/src/',
50 user => 'colab', 50 user => 'colab',
51 } 51 }