You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
paweldrozanski
changed the title
Unicorn cannot be stopped.
Unicorn cannot be stopped (issue with setting unicorn_pid)
Jul 22, 2016
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.
The text was updated successfully, but these errors were encountered: