You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
A nice small enhancement to the vcli would be to run pipeline stage blueprints in parallel instead of sequentially. i.e. given a plan of
~~~~~~~~~~~~~~~~~~~~~
~ Pipeline: default ~
~~~~~~~~~~~~~~~~~~~~~
Stage 1
-> backend/test: Tests the Backend source
Stage 2
-> backend/builder/publish: Builds and publishes Builder
-> backend/cli/publish: Builds and publishes CLI
Both backend/builder/publish and backend/cli/publish should be ran in parallel instead of sequentially. We should add a flag to limit the number of parallel blueprints (default: number of CPU cores)
The text was updated successfully, but these errors were encountered:
A nice small enhancement to the vcli would be to run pipeline stage blueprints in parallel instead of sequentially. i.e. given a plan of
Both
backend/builder/publish
andbackend/cli/publish
should be ran in parallel instead of sequentially. We should add a flag to limit the number of parallel blueprints (default: number of CPU cores)The text was updated successfully, but these errors were encountered: