Sathya Sekaran

Results 30 comments of Sathya Sekaran

Hmm. I've glanced at the code, but I can't seem to figure it out yet. Anyone willing to try a git bisect?

If you would write a failing spec for this, and maybe a fix too, that would be awesome. I know RVM issues can be tough, so any help is very...

This seems reasonable. Especially for custom setups like you said. But I'm not sure about merging this one. I get that it would make it easier in some cases, but...

@innovia Right, but won't my proposed solution solve that neatly? If you want an example, I can whip one up pretty quickly.

@k2nr Sounds great! Would you please send us a pull request with that patch? If you could add/fix/identify relevant specs, that'd be excellent.

@rylwin, @DavidAllison, @sosedoff, @xevix: **Proposal:** Make `unicorn:restart` do what `unicorn:duplicate` currently does. Then, make `unicorn:hard_restart` (or whatever you want to name it) do what `unicorn:restart` used to do. **Reasoning:** `unicorn:hard_restart`...

I've been investigating a fix for this, and I'm not entirely sure we should even stop old master manually. We should most likely be doing the standard solution (one I've...

Here's how I actually implemented it: 1. I fixed up `unicorn.rb` per @xevix's note (https://github.com/sosedoff/capistrano-unicorn/issues/40#issuecomment-14942565) 2. I switched to using `unicorn:duplicate` (instead of `unicorn:restart`) This worked flawlessly and is on...

FYI, I don't foresee working on a change for this soon (since the standard solution I implemented works so well). If anyone who needs it wants to write the shell...

@Michael-Gibbons I'm not sure if you're still watching this, but this is still an issue as of 2024-02.