Jobs
Local process queue under jobs/. Resource asks (--cpu, --ram, --disk, --gpu) are against the host, not a different product SKU. Survives disconnects; checkout restores the snapshotted tree.
PrerequisiteA train folder
aq job run -- <cmd>
Enqueue a command (often aq train) with resource asks.
| Flag | Description |
|---|---|
| --cpu N | CPU ask. |
| --ram SIZE | RAM ask (e.g. 8G). |
| --disk SIZE | Disk ask. |
| --gpu N | GPU ask. |
example
$aq job run --cpu 4 --ram 8G -- aq trainexample
$aq job listexample
$aq job log <id>example
$aq job cancel <id>example
$aq job resume <id>example
$aq job tree <id>