Skip to content

Release v0.2.16

Choose a tag to compare

@github-actions github-actions released this 25 Apr 02:07
b5278b1
feat: implement gas.ReadyReporter on Service

CheckReady returns not-ready before Init completes or after Close is
called (draining), enabling Kubernetes readinessProbe integration.
HealthReporter is intentionally not implemented — the service has no
external state a process restart would recover.

Signed-off-by: Ahmed Kamal <ahmed@ahmedkamal.io>