When an app with many instances is crashing the UI and cli may show status as running but app container is not running. This is due to a gap in logic in interaction between CAPI and Diego.
Issue is described in this page https://github.com/cloudfoundry/cloud_controller_ng/issues/4220
TAS apps status in UI and cf cli
Upgrade TAS to a version which contains CAPI v1.207.0 or higher.
However, if the issue is observed in environment please open a ticket with Broadcom Support and provide the following information:
bosh ssh diego_brain
cfdot actual-lrps
cfdot actual-lrps | jq '. | select(.process_guid == "failing-app-process-guid")'