Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

large package upload slow #500

Open
sleungcy opened this issue Jun 29, 2023 · 2 comments
Open

large package upload slow #500

sleungcy opened this issue Jun 29, 2023 · 2 comments

Comments

@sleungcy
Copy link
Collaborator

sleungcy commented Jun 29, 2023

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.

@loafoe
Copy link
Member

loafoe commented Aug 22, 2023

@sleungcy still an issue with latest release?

@sleungcy
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants