From 174d7fac6f406422baff1d390ef4b6b184f5e7e5 Mon Sep 17 00:00:00 2001 From: Andrew Spinks Date: Sun, 5 May 2013 18:42:42 +1000 Subject: [PATCH] Increase unicorn timeout so that reports can run over long date range. --- config/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn.rb b/config/unicorn.rb index 832f09d0a1..e5d7317940 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -1,6 +1,6 @@ preload_app true # https://newrelic.com/docs/ruby/no-data-with-unicorn worker_processes 4 # amount of unicorn workers to spin up -timeout 30 # restarts workers that hang for 30 seconds +timeout 60 # restarts workers that hang for 30 seconds # https://devcenter.heroku.com/articles/forked-pg-connections