A user wants to reduce the time of application deployment to a Diego Cell when using the command ‘cf push’.
There are numerous factors that can affect 'cf push' operations. This involves taking a multi-facetted approach to understanding and increasing the speed at which apps are deployed on a given Diego Cell.
To improve the speed of ‘cf push’ operations, users can consider the following recommendations:
cf delete-buildpack <BUILDPACK_NAME>
manifest.yml:
# Example below:
-------------------------
buildpacks:
- python_buildpack
--------------------------
If the issue is not resolved using above methods, please contact TANZU Support.
1.) Cloud Foundry troubleshooting doc regarding application deployment and health:
2.) Broadcom documentation for deploying large apps (users will need to specify TAS version at top of this webpage):
3.) Additional information for GCP (Google) and AWS (Amazon) infrastructure users:
4.) KB article: 'How to see in the logs where the time is being spent using cf buildpack commands'.