Nx
Nx on GitHub
Course by Juri Strumpflohner

Run Tasks in Parallel on Different Machines on CI

While remote caching is powerful, it may not be enough when core packages change frequently, invalidating the cache for large portions of your workspace.

Nx Cloud comes with a built-in feature called Nx Agents that allows to automatically distribute tasks across multiple machines.

In this lesson we're going to update the existing CI configuration to enable Nx Agents. Which mostly can be done by adding the following line:

1nx-cloud start-ci-run --distribute-on="5 linux-medium-js" 2

Monorepo World live replays available!

Watch the replays of exciting talks on developer tooling and monorepos! Catch all the insightful presentations from the event on our YouTube channel.