Skip to content

Commit

Permalink
Stop reloading resque jobs in chef. This should be done in a deploy h…
Browse files Browse the repository at this point in the history
…ook.
  • Loading branch information
scottmlikens committed Dec 23, 2011
1 parent 68dde43 commit 6b7a630
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cookbooks/resque/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,5 @@
monit reload
}
end

execute "restart-resque" do
command %Q{
echo "sleep 20 && monit -g #{app}_resque restart all" | at now
}
end
end
end

0 comments on commit 6b7a630

Please sign in to comment.