From 3bf00a5ffc65f81cb5708c0be6914dfda24184a1 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 12 Oct 2015 20:05:23 -0300 Subject: [PATCH] Increased gunicorn timeout to 90 seconds to match nginx --- cookbooks/colab/templates/gunicorn.py.erb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/cookbooks/colab/templates/gunicorn.py.erb b/cookbooks/colab/templates/gunicorn.py.erb index fa3c964..512e3c5 100644 --- a/cookbooks/colab/templates/gunicorn.py.erb +++ b/cookbooks/colab/templates/gunicorn.py.erb @@ -4,3 +4,4 @@ bind = "127.0.0.1:8001" workers = <%= node['config']['colab_http_workers'] || 'multiprocessing.cpu_count() * 2 + 1' %> syslog = True proc_name = "colab" +timeout = 90 -- libgit2 0.21.2