Skip to content

v0.2.0 failed to restart unicon due to incorrect pid file path #85

@chengguangnan

Description

@chengguangnan

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 -0 `cat tmp/pids/unicorn.pid` >

0.1.10

executing "if [ -e /u/apps/avcloud/current/tmp/pids/unicorn.pid ] &&  kill -0 `cat /u/apps/avcloud/current/tmp/pids/unicor

I'm using a multistage cap. Not sure if that's related.

It happens on unicorn:stop, restart etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions