From a1973c5a428aff1f8c034db33dde4d5948eb7be0 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Tue, 29 Dec 2015 22:23:57 +0000 Subject: [PATCH] Moved to puma having issues with delayed jobs and passenger --- Gemfile | 3 ++- Procfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d2d5dbd..28f7000 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,8 @@ gem 'spring', :group => :development gem 'round_robin_tournament' gem 'rb-readline' gem 'delayed_job_active_record' + gem 'puma' group :development do - gem 'puma' + #gem 'bullet' end diff --git a/Procfile b/Procfile index 8e691a8..9213d28 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ worker: bundle exec rake jobs:work -web: bundle exec passenger start -p $PORT \ No newline at end of file +web: bundle exec puma -t 5:5 \ No newline at end of file