Skip to content

Commit

Permalink
docs: reference add options in exec page
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmtr committed Dec 7, 2021
1 parent f72ae5a commit 1c10e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/fundamentals/executor/executor-built-in-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `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`:

Expand Down

0 comments on commit 1c10e6e

Please sign in to comment.