-
Notifications
You must be signed in to change notification settings - Fork 0
Python Health Functions
Akshay B edited this page Mar 16, 2026
·
1 revision
This document details health availability routes in PluckIt.Processor.
- Audience: external contributors
- Last reviewed: 2026-03-16
- Scope: health contract only
-
GET /api/health- Public availability endpoint
- Returns basic health response for service liveness checks
- Expected to remain lightweight and fast for orchestration / monitoring callers
- Success shape is a minimal, non-PII health payload that indicates service readiness for external callers.
- This endpoint is intentionally lightweight and does not require bearer authentication.
- In production monitoring, this is the preferred first-level liveness probe before deeper workflow checks.