Displaying 1 result from an estimated 1 matches for "comment_180830".
2010 Sep 09
4
Unicorn fails to restart gracefully on capistrano deploy
...n issue where unicorn fails to spawn new workers that have loaded the incoming revision on a capistrano deploy. I''m not entirely sure the issue is due to unicorn as it appears that bundler was responsible for a similar issue in the past: http://github.com/carlhuda/bundler/issues/issue/259/#comment_180830
But presumably bundler has corrected that issue and any help in sorting out the issue would be greatly appreciated.
We are following EngineYard''s instructions for loading unicorn via bundle exec: http://docs.engineyard.com/appcloud/howtos/cutomization/customize-unicorn
So far we'...