status

A module for status related routes.

Module Contents

Functions

cache_health()

Check the health of the cache.

data_management_api_health()

Check the health of the data management API.

database_health()

Check the health of the database.

fetch_health_status(permissions)

health(request)

API health endpoint.

permission_api_health(permissions_client)

Check the health of the permissions API.

ping(request)

API ping endpoint.

site_capabilities_api_health()

Check the health of the site capabilities API.

Attributes

config

logger

status_router

async status.cache_health()

Check the health of the cache.

status.config
async status.data_management_api_health()

Check the health of the data management API.

async status.database_health()

Check the health of the database.

async status.fetch_health_status(permissions)
async status.health(request)

API health endpoint.

status.logger
async status.permission_api_health(permissions_client)

Check the health of the permissions API.

async status.ping(request)

API ping endpoint.

async status.site_capabilities_api_health()

Check the health of the site capabilities API.

status.status_router