Skip to content

Commit

Permalink
No requirement for resque-web stuff at the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Shingler committed Jul 28, 2012
1 parent c58d71f commit 22be30c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lib/capistrano-resque/capistrano_integration.rb
Expand Up @@ -95,25 +95,6 @@ def current_pids
start
end
end

namespace :web do
desc "Starts resque web inerface"
task :start, :roles => :resque_web do
#TODO, make resque web namespaceable
run "cd #{current_path} && bundle exec resque-web"
end

desc "Stop resque web inerface"
task :stop, :roles => :resque_web do
run "cd #{current_path} && bundle exec resque-web --kill"
end

desc "Restarts resque web inerface"
task :restart, :roles => :resque_web do
stop
start
end
end
end
end
end
Expand Down

0 comments on commit 22be30c

Please sign in to comment.