Skip to content

Commit

Permalink
update doc to include task_mode for DaskVine (#3946)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarrySlyDelgado authored and btovar committed Oct 21, 2024
1 parent 3a21f82 commit f3c381a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/manuals/taskvine/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2701,6 +2701,8 @@ The `compute` call above may receive the following keyword arguments:
| lazy\_transfer | Whether to bring each result back from the workers (False, default), or keep transient results at workers (True) |
| resources | A dictionary to specify [maximum resources](#task-resources), e.g. `{"cores": 1, "memory": 2000"}` |
| resources\_mode | [Automatic resource management](#automatic-resource-management) to use, e.g., "fixed", "max", or "max throughput"|
| task\_mode | Mode to execute individual tasks, such as [function calls](#serverless-computing). to use, e.g., "tasks", or "function-calls"|



### Further Information
Expand Down

0 comments on commit f3c381a

Please sign in to comment.