mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-05 13:45:46 +00:00
Add clearml-agent services-mode max tasks info (#199)
This commit is contained in:
parent
5164b837c5
commit
1ba4fb73b8
@ -583,6 +583,10 @@ To run a `clearml-agent` in services mode, run:
|
|||||||
```bash
|
```bash
|
||||||
clearml-agent daemon --services-mode --queue services --create-queue --docker <docker_name> --cpu-only
|
clearml-agent daemon --services-mode --queue services --create-queue --docker <docker_name> --cpu-only
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To limit the number of simultaneous tasks run in services mode, pass the maximum number immediately after the
|
||||||
|
`--services-mode` option (e.g. `--services-mode 5`)
|
||||||
|
|
||||||
:::note Notes
|
:::note Notes
|
||||||
* `services-mode` currently only supports Docker mode. Each service spins on its own Docker image.
|
* `services-mode` currently only supports Docker mode. Each service spins on its own Docker image.
|
||||||
* The default `clearml-server` configuration already runs a single `clearml-agent` in services mode that listens to the
|
* The default `clearml-server` configuration already runs a single `clearml-agent` in services mode that listens to the
|
||||||
|
@ -337,6 +337,10 @@ This feature is available under the ClearML Enterprise plan
|
|||||||
as a new node in the system, providing tracking and transparency capabilities. Start up and shutdown of each Docker is
|
as a new node in the system, providing tracking and transparency capabilities. Start up and shutdown of each Docker is
|
||||||
verified. Use in CPU mode (`--cpu-only`), only.
|
verified. Use in CPU mode (`--cpu-only`), only.
|
||||||
|
|
||||||
|
* To limit the number of simultaneous tasks run in services mode, pass the maximum number immediately after the
|
||||||
|
`--services-mode` option (e.g. `--services-mode 5`)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**`standalone-mode`**
|
**`standalone-mode`**
|
||||||
|
Loading…
Reference in New Issue
Block a user