Integration [apps-no-stats]: Handle ProcessNotFoundError
in cf apps
As a user calls cf apps
in a large space it might happen that a app
was deleted while the CLI is putting all the different information (processes, stats & routes) together.
This leads to a failing cf apps
command.
This change prevents this by catching ProcessNotFoundError
errors and returning nil
instead.
Related to #2734
#838
The logs for this run have expired and are no longer available.
Loading