From 31692b17450cdd9fde2a4046fee29feb64a94bbb Mon Sep 17 00:00:00 2001 From: Cristian Date: Tue, 7 Dec 2021 09:35:05 +0100 Subject: [PATCH] docs: reference add options in exec page --- docs/fundamentals/executor/executor-built-in-features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/fundamentals/executor/executor-built-in-features.md b/docs/fundamentals/executor/executor-built-in-features.md index 08df791f066f4..8b973e14f6867 100644 --- a/docs/fundamentals/executor/executor-built-in-features.md +++ b/docs/fundamentals/executor/executor-built-in-features.md @@ -196,7 +196,8 @@ different purposes. - **`.metas` are statically defined.** "Static" means, e.g. from hard-coded value in the code, from a YAML file. - **`.runtime_args` are dynamically determined during runtime.** Means that you don't know the value before running the `Executor`, e.g. `pea_id`, `replicas`, `replica_id`. Those values are often related to the system/network - environment around the `Executor`, and less about the `Executor` itself. + environment around the `Executor`, and less about the `Executor` itself. They are usually set with the {meth}`~jina.flow.base.Flow.add` + method. See the list of options [here](https://docs.jina.ai/cli/#executor). The following fields are valid for `metas` and `runtime_args`: