jaytaylor / shipbuilder

The Open-source self-hosted Platform-as-a-Service written in Go
https://shipbuilder.gigawatt.io
Other
409 stars 50 forks source link

apps:destroy command doesn't kill the app entirely #13

Open serpulga opened 10 years ago

serpulga commented 10 years ago

After a number of failed builds, I ran apps:destroy -a{name} and the command ran successfully, but running logs -a{name} still shows a continuos stream of network events and app output. logs is the only command that works, any other command will return Unknown application error.

jaytaylor commented 10 years ago

Confirmed.

Destroying an app only removes it from the config and destroy build box containers. It should also shutdown ALL dynos running on nodes, including failed deploys etc.. and then ultimately remove the base app image globally.