mr jobs
The download queue is the server's in-memory job list. Most entries are URL
downloads; group exports and imports run on the same queue and appear in
jobs list with a source of group-export, group-import-parse or
group-import-apply and no URL. Each job tracks a source URL, a status
(pending, downloading, processing, paused, completed, failed, cancelled),
progress counters, and the resulting Resource ID once finished.
The plural jobs command group exposes read-only views of the queue. Use
jobs list for a snapshot of the jobs visible to you: administrators see
every job the server is tracking, and every other account sees only the
jobs it submitted. For
lifecycle controls (submit, pause, resume, retry, cancel) on a single job,
use the singular job subcommands.
Usage
mr jobs
Flags
This command has no local flags.
Inherited global flags
| Flag | Type | Default | Description |
|---|---|---|---|
--json | bool | false | Output raw JSON |
--no-header | bool | false | Omit table headers |
--page | int | 1 | Page number for list commands (default page size: 50) |
--quiet | bool | false | Only output IDs |
--server | string | http://localhost:8181 | mahresources server URL (env: MAHRESOURCES_URL) |
Exit Codes
0 on success; 1 on any error