Skip to main content

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

  • callable
  • async_fn
  • inspect.isawaitable
  • asyncio.to_thread
  • get_checks
  • HealthCheckResult
  • Finding
  • TypeError

Used By

Source

View on GitHub

praisonaiagents/runtime/health_registry.py at line 137