We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently builds have to wait for a previous deployment to finish before they can run.
We should be able to build and queue the deployment, so we can move onto the next build without waiting.
The text was updated successfully, but these errors were encountered:
fix: parallelize deployments (#1042)
2bfa633
Fixes #1031 Introduces non-blocking deploys so that they can while other modules are build. BEFORE (20s cold, 11s warm): ![Screenshot 2024-03-07 at 1 28 09 PM](https://github.com/TBD54566975/ftl/assets/51647/f03b0cfe-8c77-4aba-aee7-689561391618) AFTER (16s cold, 8s warm): ![Screenshot 2024-03-07 at 1 29 23 PM](https://github.com/TBD54566975/ftl/assets/51647/8148625e-7b5d-4082-84fe-4a7fffca60e4)
wesbillman
Successfully merging a pull request may close this issue.
Currently builds have to wait for a previous deployment to finish before they can run.
We should be able to build and queue the deployment, so we can move onto the next build without waiting.
The text was updated successfully, but these errors were encountered: