Skip to content

compozy scheduler

Inspect and control task scheduler dispatch

For people running agent work6 pages in this section

compozy scheduler

Inspect and control task scheduler dispatch

Examples

  # Show scheduler pause and backlog pressure
  compozy scheduler status

  # Pause all new scheduler dispatch while active claims continue
  compozy scheduler pause --reason "incident response"

  # Pause and wait up to 30 seconds for active claims to finish
  compozy scheduler drain --timeout 30s

Options

  -h, --help   help for scheduler

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

This command displays human-readable help and its subcommand list. The inherited -o, --output and --json flags do not serialize help output.

FormatOutput
humanHelp and subcommand list
jsonNot emitted for help
jsonlNot emitted for help
toonNot emitted for help

Subcommands

CommandDescription
compozy scheduler backlogList queued runs visible to scheduler dispatch
compozy scheduler drainPause dispatch and wait for active task claims to finish
compozy scheduler pausePause new scheduler dispatch
compozy scheduler resumeResume scheduler dispatch
compozy scheduler statusShow scheduler pause and queue pressure

On this page