You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement gas.ReadyReporter
CheckReady returns a non-nil error when the service is closed,
uninitialized, has dirty migrations, or has registered migrations
pending application. Maps to a Kubernetes readinessProbe so traffic
is gated until migrations have applied successfully.
HealthReporter is intentionally not implemented since gas-migrate
owns no live runtime state distinct from the underlying database.
Signed-off-by: Ahmed Kamal <ahmed@ahmedkamal.io>