- Restart workers directly rather than with
node[:opsworks][:rails_stack][:restart_command]
. Fixes #9 (#10). Note that this may break timing of Chef deploy hooks. - Change default path for delayed_job executable from
script
tobin
(#11). Setnode[:delayed_job][:path_to_script]
toscript
to achieve old behavior.