[data] [streaming] Add autoscaling for ActorPoolTaskSubmitter #31723
Labels
data
Ray Data-related issues
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
Milestone
Enable the actor pool task submitter to autoscale and implement
max_tasks_in_flight_per_actor
. We should autoscale up when the number of input tasks exceeds that allowed bymax_tasks_in_flight
, and autoscale down when actors are idle.cc @clarkzinzow
The text was updated successfully, but these errors were encountered: