সিস্টেমের অবস্থা

ডিএইচএমএস এপিআই-এর নিজস্ব health, readiness ও liveness প্রান্তবিন্দু থেকে সরাসরি পড়া হচ্ছে।

সামগ্রিক অবস্থা
One request to GET /health, which rolls up the process indicator and a PostgreSQL select 1.
Operationalanswered in 131 ms · 2026-09-17 05:26:49 UTC
  • cacheup
  • databaseup
  • processup
বিলম্বের নমুনা
Three timed rounds across /health/live, /health/ready and /api/v1, spaced apart so the spread means something. This one takes about a second — which is precisely why the page did not wait for it.
Operational3 rounds over 595 ms · 2026-09-17 05:26:50 UTC

Serving api v0.0.1 in production; server time 2026-09-17 05:26:50 UTC.

প্রান্তবিন্দুOKদ্রুততমগড়মন্থরতম
Liveness probe/health/live3/35 ms40 ms111 ms
Readiness probe/health/ready3/33 ms8 ms16 ms
Service information/api/v13/32 ms3 ms5 ms

Page 1 of 1 · 3 total

Both panels are produced by server functions whose promises the route loader returns without awaiting. The document shell is flushed first and each panel streams into its own Suspense boundary as its probe finishes.