search for: ourcustomapi

Displaying 1 result from an estimated 1 matches for "ourcustomapi".

2010 Sep 09
4
Unicorn fails to restart gracefully on capistrano deploy
...nicorn So far we''ve tried deploying with the unicorn config set to both "preload_app true" and "preload_app false". (unicorn.rb being used: https://gist.github.com/9a208e3d1d1e44161018) When "preload_app true" is used the "uninitialized constant Prefix::OurCustomApi (NameError)" log entry/stacktrace appears once. And the workers never load the incoming code. So while the incoming code is in place and the symlinks are all updated we''re still running the previous revision until a unicorn stop/start or reload is sent. When "preload_app false&q...