Skip to content

VOR Commands

vor run

Run a process

vor run <process-name> [flags]

Options

Option Type Description
--descr string Description of the running job.
--django-cacert string Path to CA certificate to trust when making Django HTTP requests.
--django-request-timeout int Timeout to use when making Django HTTP requests (default 10s).
--go-profile string Specify which Golang resource to profile, cpu or mem.
-h, --help bool Help for run.
-n, --name string Unique name for the running instance and results. (default is process name)
--no-log bool Don't dump log to stderr on completion of the job.
--options string Run options string or file. Overrides options in input directory.
--python-profile bool Profile Python node code.
--race bool Turn on race detection for Golang code.
--study string Name of the study to run.
-s, --study-id int ID od the study to run. Takes precedence over --study.
--study-prompt bool Select a study from a list of available studies.
--test string Generate test file for a list of nodes. For more than one node, use a quoted, space separated list.
-t, --trace strings Comma-separated list of fields to trace in the run.
-v, --verbose bool Print more detail about the run in the log.

SEE ALSO

  • vor - Streaming Process Flow for Financial Risk