Last Updated: February 25, 2016
·
1.382K
· joshuap

It helps to restart delayed_job workers after deploying, otherwise unexplained things begin to happen...

# deploy/after_symlink.rb
sudo('monit restart all -g [dj-group-name]') if %w(solo util).include?(current_role)