pitluga / subcontractor

rvm aware process launcher for foreman
85 stars 24 forks source link

subcontract not dying. #28

Open nroose opened 6 years ago

nroose commented 6 years ago

Foreman is dead. Child process is dead. subcontract is alive and doesn't die on kill with term or int. I am kill -9ing it. I'd prefer not to do that. Any advice? I have tried --signal INT and --signal TERM. The way I start forman is by nohup and & it into the background, piping the log into a file. The way I am killing foreman is to kill it. Other processes seem to be behaving fine.