Skip to content

fix(keeper): expose liveness during startup - #63

Merged
shev-titan merged 1 commit into
devfrom
fix/keeper-startup-health
Sep 1, 2026
Merged

fix(keeper): expose liveness during startup#63
shev-titan merged 1 commit into
devfrom
fix/keeper-startup-health

Conversation

@lsheva

@lsheva lsheva commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • bind the health server before Futures replay and report a live booting state
  • expose /ready separately and mark readiness only after indexing and the initial sweep finish
  • degrade stalled startup after ten minutes while preserving executor health checks after readiness

Test plan

  • Run keeper unit tests (pnpm test)
  • Run TypeScript checks (pnpm typecheck)
  • Verify /health and /ready behavior in focused tests

Keep ECS health checks responsive while historical indexing runs, and gate readiness until the initial sweep completes.
@shev-titan
shev-titan merged commit 58ba907 into dev Sep 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants