Nx Cloud: Zero-Config Distributed Task Execution

Опубликовано: 13 Октябрь 2024
на канале: Nx - Smart Monorepos - Fast CI
2,127
17

Nx Cloud is able to run complicated task graphs on any number of agents in parallel. It knows how tasks depend on each other, so it will schedule things in the correct order. Nx Cloud knows what outputs from the previously executed tasks are required to run a task. so it will move the files between agents to make sure every agent only has the files it needs at the right time. Everything runs as if it ran on a single agent. So it works for incremental builds or any other operation.

In addition, Nx Cloud knows how long different tasks tend to take, which ones are flaky, etc. Nx Cloud will use this information to optimize command execution and minimize CI times.