Aquin LogoAquinLabs

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.

FlagDescription
--cpu NCPU ask.
--ram SIZERAM ask (e.g. 8G).
--disk SIZEDisk ask.
--gpu NGPU ask.
example
$aq job run --cpu 4 --ram 8G -- aq train
example
$aq job list
example
$aq job log <id>
example
$aq job cancel <id>
example
$aq job resume <id>
example
$aq job tree <id>