Documentation

Build background jobs with JobOrc

Plain-language guides for integrating the platform — not internal engineering specs.

What is JobOrc?

JobOrc runs background jobs for your applications. You enqueue work with an API key, workers claim jobs with leases and heartbeats, and the console shows every attempt, retry, and failure.

Typical path

  1. Create an account and organization in the console
  2. Create a project and an API key
  3. Install the TypeScript SDK (or call the HTTP API)
  4. Follow the Quickstart to enqueue and complete a job

Start here