Orchestration

Configuring Orchestration

R2R provides an integration with Hatchet to run orchestrated workflows. For a complete example of working with Hatchet, visit our orchestration cookbook.

Orchestration Configuration

To customize the orchestration provider, you can modify the orchestration section in your TOML configuration file. Learn more about working with R2R config files.

Simple

R2R’s ‘simple’ orchestration is a misnomer, as it indicates synchronous, non-orchestrated workflows. It is only suggested to use ‘simple’ orchestration for testing.

Hatchet

Hatchet offers a high-throughput, low-latency computing service that is built on an open-source, fault-tolerant queue, allowing work to be delivered as fast, without dropping a single task.

The R2R Docker Compose file includes a Hatchet profile, which will pull the official Hatchet image. The Hatchet container exposes a web dashboard, availible at http://localhost:7274. The default username and password for the console are [email protected] and Admin123!!.