@nexload-sdk/healthcheck-payload
v2.0.0
Published
Payload CMS health checks for @nexload-sdk/healthcheck.
Maintainers
Readme
@nexload-sdk/healthcheck-payload
Payload CMS health check integration for @nexload-sdk/healthcheck.
import { payloadHealthCheck } from "@nexload-sdk/healthcheck-payload";
const check = payloadHealthCheck(payload, {
collection: "users",
limit: 1,
depth: 0
});Use a small, deterministic collection. Do not use a heavy query for readiness.
