You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
After a number of failed builds, I ran
apps:destroy -a{name}
and the command ran successfully, but runninglogs -a{name}
still shows a continuos stream of network events and app output.logs
is the only command that works, any other command will returnUnknown application
error.The text was updated successfully, but these errors were encountered: