ray.serve.schema.TaskProcessorAdapter.health_check_async#

async TaskProcessorAdapter.health_check_async() List[Dict][source]#

Perform health check asynchronously.

Returns:

Health status information for workers/components.

Return type:

List[Dict]

Raises:

NotImplementedError – If subclass didn’t implement health_check_async function