tablexi / capistrano3-unicorn

MIT License
232 stars 67 forks source link

Unicorn cannot be stopped (issue with setting unicorn_pid) #53

Open paweldrozanski opened 8 years ago

paweldrozanski commented 8 years ago

I've got problem with stopping unicorn. Every time unicorn:stop returns unicorn is not running..., while unicorn working just fine. unicorn:start works correctly run once. But run twice (one by one) should start unicorn once and then report info "unicorn is running...". But it tries to run unicorn again.

According to that, there is some problem with setting unicorn_pid by unicorn.rake.

kalinchuk commented 7 years ago

Same issue. I don't think this repo is being maintained.