terraform-provider-cloudfoundry icon indicating copy to clipboard operation
terraform-provider-cloudfoundry copied to clipboard

large package upload slow

Open sleungcy opened this issue 1 year ago • 2 comments

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 avatar Jun 29 '23 19:06 sleungcy

@sleungcy still an issue with latest release?

loafoe avatar Aug 22 '23 05:08 loafoe

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.

sleungcy avatar Aug 22 '23 17:08 sleungcy