Skip to main content

Module start

Module start 

Source
Expand description

Implementation of the start sub-command.

start launches a previously created job. It reads the persisted execution definition from meta.json, validates that the job is in created state, and then spawns the supervisor process.

Structs§

StartOpts
Options for the start sub-command.

Functions§

execute
Execute start: launch a created job and return JSON.