batch:start

Start one or more batches.

Usage

horizon batch:start [options]

Options

This command supports the general CLI options in addition to those listed below.

--batch=ID, -b ID

ID(s) of the batch(es) to start. To specify multiple IDs, separate them with a comma. You can get batch IDs by running batch:list or by navigating to the Batch Details page in the web interface (go to Batches and click on the batch name).

--mode=MODE

MODE in which the jobs in the batch(es) will run. MODE can be “parallel” (default) or “serial”.

--stop-on-failure

If one job in a given batch fails, stop all jobs in that batch.