Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
serpulga opened this issue May 14, 2014 · 1 comment
Open

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

serpulga opened this issue May 14, 2014 · 1 comment

Comments

@serpulga
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants