Skip to content

Commit

Permalink
Restart DJ processes with the new application code.
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed May 2, 2011
1 parent 5bea88b commit cde6b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/delayed_job/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
end

execute "monit-reload-restart" do
command "sleep 30 && monit reload"
command "sleep 30 && monit reload && monit restart all dj_#{app_name}h"
action :run
end

Expand Down

0 comments on commit cde6b1b

Please sign in to comment.