Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cap resque pool #364

Merged
merged 1 commit into from
Sep 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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