capistrano-unicorn icon indicating copy to clipboard operation
capistrano-unicorn copied to clipboard

Capistrano integration for Unicorn! - NEEDS MAINTAINER

Results 19 capistrano-unicorn issues
Sort by recently updated
recently updated
newest added

To get that error I only required 'capistrano-unicorn' in Capfile. That is weird. ps. While current gemspec states dependency to Capistrano < 3.0, the gems gemspec isn't stick to any...

Hi, I have a problem which I assume many people have: Sometimes, when restarting Unicorn on deploy, due to bad code, it fails to restart and stays with old code...

I have to work with Ruby 1.8.7 (long story, legacy project) and having the colon on the new line makes the deploy throw an error at the very beginning of...

Hi, I use `capistrano unicorn:legacy_restart`, when I update the codes, I have to call the following twice to see the codes take effect. How to restart once and see the...

I noticed that this gem failed to restart unicorn after I upgraded to v0.2.0, due to the missing of `app_path`. 0.2.0 ``` executing "if [ -e tmp/pids/unicorn.pid ] && kill...

Hi, since today I have some issue when I try to stop / start / restart unicorn I can't understand why but it seems to be mixing my local user...

Using WINCH to shut down down old workers after some time, without killing the master in case we want to use it again(which will be achieved by sending HUP to...

Add ability to override the task options, useful for custom/multistage deploys.

When using a Unicorn socket file to accomplish zero-downtime deployments there needs to be a shred sockets file created. - Added a setup task to create the sockets directory -...