-
Notifications
You must be signed in to change notification settings - Fork 629
Open
Description
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; ./gtclientWhen 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
Labels
No labels