Function forest_filecoin::health::endpoints::healthz

source ·
pub(crate) async fn healthz(
    __arg0: State<Arc<ForestState>>,
    __arg1: Query<HashMap<String, String>>,
) -> Result<String, AppError>
Expand description

This endpoint is a combination of the [livez] and [readyz] endpoints, except that the node doesn’t have to be fully synced. Deprecated in the Kubernetes world, but still used in some setups.