Getting started
Larvikite runs the slow parts of your product — imports, exports, receipts, nightly rollups — on managed queues that survive deploys. You describe a job once, and the platform handles isolation, retries and the audit trail around every attempt.
Most teams get a first job running in about ten minutes. Install the command line tool, point it at a repository, and the runtime is provisioned on the next push.
Running on a self-managed cluster? The container runtime accepts the same
job definitions, so nothing in your code has to change when you move workloads across.
The walkthrough below covers the whole loop end to end. If you would rather read the flags first, jump to the command line reference.