_local
JobRunnerConfigLocal
¶
Bases: BaseModel
Specifications of the local-backend configuration
Attributes:
Name | Type | Description |
---|---|---|
parallel_tasks_per_job |
int | None
|
Maximum number of tasks to be run in parallel as part of a call to
|
Source code in fractal_server/runner/config/_local.py
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|