Skip to main content

Module index

Module index 

Source
Expand description

Indexing utilities for run instances by state.

This module provides index types for grouping and filtering run instances by their lifecycle state.

The indexes support the scheduling workflow:

  • Scheduled: runs waiting to become ready
  • Ready: runs eligible to be leased
  • Running: runs currently being executed
  • Terminal: completed, failed, or canceled runs

Modulesยง

ready
Ready index - runs eligible to be leased.
running
Running index - active runs that are leased or executing.
scheduled
Scheduled index - runs waiting to become ready.
terminal
Terminal index - runs that have completed their lifecycle.