1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Moved to puma having issues with delayed jobs and passenger

This commit is contained in:
2015-12-29 22:23:57 +00:00
parent 47c15f0383
commit a1973c5a42
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
worker: bundle exec rake jobs:work
web: bundle exec passenger start -p $PORT
web: bundle exec puma -t 5:5