Skip to content

Commit 584ab70

Browse files
committed
Remoce misleading sentence
Signed-off-by: David Gardner <[email protected]>
1 parent 956e577 commit 584ab70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/reference/api-server-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Asynchronous jobs are managed using [Dask](https://docs.dask.org/en/stable/). By
6969
The following CLI flags are available to configure the asynchronous generate endpoint when using `nat serve`:
7070
* --scheduler_address: The address of an existing Dask scheduler to connect to. If not set, a local Dask cluster will be created.
7171
* --db_url: The [SQLAlchemy database](https://docs.sqlalchemy.org/en/20/core/engines.html#database-urls) URL to use for storing job history and metadata. If not set, a temporary SQLite database will be created.
72-
* --max_concurrent_jobs: The maximum number of asynchronous jobs to run concurrently. This controls the number of Dask workers created when a local Dask cluster is used. Default is 10. This is only used when `scheduler_address` is not set.
72+
* --max_concurrent_jobs: The maximum number of asynchronous jobs to run concurrently. Default is 10. This is only used when `scheduler_address` is not set.
7373
* --dask_workers: The type of Dask workers to use. Options are `threads` for Threaded Dask workers or `processes` for Process based Dask workers. Default is `processes`. This is only used when `scheduler_address` is not set.
7474
* --dask_log_level: The logging level for Dask. Default is `WARNING`.
7575

0 commit comments

Comments
 (0)