arun
AsyncMethod
This is a method of the HealthCheckRegistry class in the health_registry module.Run checks without blocking an async caller’s event loop. Checks may provide
adetect and arepair coroutine methods.
Synchronous implementations are isolated with asyncio.to_thread.
Signature
Parameters
Mapping[str, Any]
required
No description available.
Returns
List[HealthCheckResult]
The result of the operation.
Uses
callableasync_fninspect.isawaitableasyncio.to_threadget_checksHealthCheckResultFindingTypeError
Used By
Source
View on GitHub
praisonaiagents/runtime/health_registry.py at line 137
