Skip to content

Commit

Permalink
Remove resque-multi-job-forks due to bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
take-five committed Jun 18, 2013
1 parent 1a71f34 commit 9e2c065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/resque/integration/tasks/hooks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace :resque do

# Support for resque-multi-job-forks
if ENV['JOBS_PER_FORK'] || ENV['MINUTES_PER_FORK']
require 'resque-multi-job-forks'
#require 'resque-multi-job-forks'
end
end
end
2 changes: 1 addition & 1 deletion resque-integration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'resque-lock', '~> 1.1.0'
gem.add_runtime_dependency 'resque-meta', '>= 2.0.0'
gem.add_runtime_dependency 'resque-progress', '~> 1.0.1'
gem.add_runtime_dependency 'resque-multi-job-forks', '~> 0.3.4'
#gem.add_runtime_dependency 'resque-multi-job-forks', '~> 0.3.4'
gem.add_runtime_dependency 'resque-failed-job-mailer', '~> 0.0.3'
gem.add_runtime_dependency 'god'

Expand Down

0 comments on commit 9e2c065

Please sign in to comment.