terraform-provider-cloudfoundry
terraform-provider-cloudfoundry copied to clipboard
large package upload slow
bitsmanager is using clientV3.UploadPackage which does not take account on skipping large files that are already in the cf cache. There are some improvement that can be made by using resource_matching, and skipping files declared under .cfignore.
I've a code change ready for this improvement and I can push it up for review soon.
@sleungcy still an issue with latest release?
Yes, this is still an issue when deploying large artifacts, especially in the case of nodejs artifact with all node_modules bundled together as one single deployable unit.