Skip to content

Doesn't follow forks? #708

@haydenflinner

Description

@haydenflinner

I have a procfile that looks like this:

controller: ./gtcontroller
store1: sleep 1; ./gtstore -p $PORT
store2: sleep 1; ./gtstore -p $PORT
client: sleep 2; ./gtclient

When I run it with Foreman, the gtstores are still visible with pgrep store, and their pids are a little bit higher than the PIDs that Foreman claims to have seen.

When I run the same procfile with honcho, everything works fine; the processes are killed at the end as expected.

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