vor run
vor run¶
Run a process
Synopsis¶
Run a process
vor run <process-name> [flags]
Options¶
--descr string Description of the running job.
--django-cacert string Path to CA Certificate to trust when making Django HTTP requests
--django-request-timeout duration Timeout to use when making Django HTTP requests (default 10s)
--exec-when strings Comma-separated list of exec-when flags to run. This takes precedence over joboptions.json.
--go-profile string Specify which Go resource to profile cpu or mem.
-h, --help help for run
-n, --name string Unique name for the running job instance and results. Default: <process-name>.
--no-log 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 Profile Python node code.
--race Turn on race detection for Golang code.
--study string Name of the study to run.
-s, --study-id uint32 ID of the study to run. Takes precedence over --study.
--study-prompt Select a study from a list of available studies.
--test strings Generate test file for a comma-separated list of nodes.
-t, --trace strings Comma-separated list of fields to trace in the run.
-v, --verbose Print more detail about the run in the log.
Options inherited from parent commands¶
--play string playpen path
--renew-token renew token (default true)
SEE ALSO¶
- vor - Streaming Process Flow for Financial Risk