Autoscaler K8s] There is a way that I can count within python the number of actors alive in a K8s ray cluster?

@Dmitri I am having some trouble to submit many actors by the same time in the cluster, and I need a logic to count the number of actors alive just to create a queue. There is a way I can list the number of actors that is currently alive?

Thank you in advance!

@sangcho Do you know if Ray has tools to track actors in a Ray cluster?

@Dmitri in the new version of the dashboard, in the actor session, it is possible to see the number of actors alive. Probably the person developing it know how to do it within python.

Currently, it is available through ray.actors() API (but this API is not stable API)

1 Like