Skip to content

Commit

Permalink
add cap resque pool
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravShah committed Sep 26, 2018
1 parent 3a7ba9c commit 5caa203
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require 'capistrano/honeybadger'
require 'capistrano/passenger'
require 'capistrano/rails'
require 'dlss/capistrano'
require 'capistrano-resque-pool'

# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem 'turbolinks' # improves speed of following links in web application
gem 'uglifier' # compressor for JavaScript assets
gem "simple_form" # rails form that handles errors internally and easily integrated w/ Bootstrap
gem 'kaminari' # pagination
gem 'capistrano-resque-pool'

# Stanford gems
gem 'assembly-image'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ GEM
capistrano-rails (1.4.0)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-resque-pool (0.1.2)
capistrano
resque-pool
capistrano-shared_configs (0.2.2)
coderay (1.1.2)
concurrent-ruby (1.0.5)
Expand Down Expand Up @@ -537,6 +540,7 @@ DEPENDENCIES
capistrano-bundler
capistrano-passenger
capistrano-rails
capistrano-resque-pool
config
coveralls
devise
Expand Down

0 comments on commit 5caa203

Please sign in to comment.