Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data] Remove ActorPoolStrategy from documentation #41948

Merged
merged 5 commits into from
Dec 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update python/ray/data/_internal/execution/interfaces/execution_optio…
…ns.py

Co-authored-by: angelinalg <[email protected]>
Signed-off-by: Cheng Su <[email protected]>
  • Loading branch information
c21 and angelinalg committed Dec 15, 2023
commit 5ed4c8a55c1e17a8d7d9a6bcd0e2485e027d9722
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class ExecutionOptions:
operators under the streaming executor. The bulk executor always preserves
order. Off by default.
actor_locality_enabled: Whether to enable locality-aware task dispatch to
actors (on by default). This applies to both stateful map and
actors (on by default). This parameter applies to both stateful map and
streaming_split operations.
verbose_progress: Whether to report progress individually per operator. By
default, only AllToAll operators and global progress is reported. This
Expand Down
Loading