Managed Compute
Getting Started

Getting Started with Hatchet Compute

Hatchet Compute is available in Hatchet Cloud.

Project Setup

This guide will walk you through the process of setting up a Hatchet Compute project and assumes you have a basic understanding of Hatchet. If you'd like you can fork the Hatchet Compute Example Repo (opens in a new tab) to follow along.

  1. Sign in or sign up for Hatchet Cloud here (opens in a new tab).
  2. Navigate to the Managed Compute view to configure your compute resources.
  3. Ensure your code is committed to a Git repository.
  4. Click + New Worker to create a new managed compute worker pool.
  5. Connect your Git repository to Hatchet and select the repository and branch you'd like to deploy.
  6. Specify the directory where your Dockerfile is located.
  7. Select Infrastructure as Code to have Hatchet automatically manage your compute resources based on your workflow code, or select Manual to manage your compute resources through the Hatchet UI.
  8. Click Deploy to deploy your workflow.

Your workflow will be deployed and you'll be able to monitor and scale your compute resources through the Hatchet UI.