Skip to content

Commit

Permalink
docs: update parallel description
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jan 20, 2024
1 parent 98ee6e8 commit f8d0f71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/analyzers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ queries:

### Parallel

`parallel` (`bool`) controls whether to do the parallel query execution or not. Optional. Defaults to `false`. Configurable via `PARALLEL` environment variable.
`parallel` (`bool`) controls whether to allow parallel execution or not. Optional. Defaults to `false`. Configurable via `PARALLEL` environment variable.

### Pagination Interval

Expand Down
5 changes: 5 additions & 0 deletions docs/emitters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ options:
retry_times: ...
retry_interval: ...
retry_exponential_backoff: ...
parallel: ...
```
### Timeout
Expand All @@ -34,3 +35,7 @@ options:
### Retry Exponential Backoff

`retry_exponential_backoff` (`bool`) controls whether to do exponential backoff. Optional. Defaults to `true`. Configurable via `RETRY_EXPONENTIAL_BACKOFF` environment variable.

### Parallel

`parallel` (`bool`) controls whether to allow parallel execution or not. Optional. Defaults to `false`. Configurable via `PARALLEL` environment variable.
5 changes: 5 additions & 0 deletions docs/enrichers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ options:
retry_times: ...
retry_interval: ...
retry_exponential_backoff: ...
parallel: ...
```
### Timeout
Expand All @@ -33,3 +34,7 @@ options:
### Retry Exponential Backoff

`retry_exponential_backoff` (`bool`) controls whether to do exponential backoff. Optional. Defaults to `true`. Configurable via `RETRY_EXPONENTIAL_BACKOFF` environment variable.

### Parallel

`parallel` (`bool`) controls whether to allow parallel execution or not. Optional. Defaults to `false`. Configurable via `PARALLEL` environment variable.

0 comments on commit f8d0f71

Please sign in to comment.