Skip to content

Replace min_worker and max_worker with num_workers #232

Closed
@MichaelClifford

Description

@MichaelClifford

The current ClusterConfig() has a parameter for both min_worker and max_worker. These parameters are used by the Ray Cluster resource for auto-scaling. Currently, deploying Ray Clusters via Appwrapper does not support Ray auto-scaling. So, we don't actually need both of these parameters right now.

We should update the ClusterConfig() to only take one parameter for this: num_workers

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions