Skip to content

--use-api slow to deploy #3410

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

Open
riderx opened this issue Apr 9, 2025 · 1 comment
Open

--use-api slow to deploy #3410

riderx opened this issue Apr 9, 2025 · 1 comment

Comments

@riderx
Copy link

riderx commented Apr 9, 2025

I switched to --use-api and since then, our deployment got way slower where that before with docker.

i think all call could be done in parallel as it done with API

@sweatybridge
Copy link
Contributor

You can add the flag -j 3 to deploy with 3 concurrent jobs.

Main reason it's slow is that it has to wait for all local dependencies to be uploaded, rather than pulling dependencies locally for bundling with docker.

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