```python async def healthcheck(): return web.json_response({'is_ready': sdk.is_ready.result()}) ```