Skip to content

Conversation

Copy link

Copilot AI commented Nov 26, 2025

Add sequenceCount field to MSA response and a health check endpoint for Kubernetes probes.

Changes

  • Health check endpoint (/): Returns service status, name, and environment for liveness/readiness probes
  • Sequence count: Added sequenceCount field to the response data structure

Response structure

{
  "status": "success",
  "data": {
    "identifier": "RF00001",
    "consensus": "...",
    "notation": {...},
    "sequences": [...],
    "sequenceCount": 42
  }
}

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI mentioned this pull request Nov 26, 2025
Copilot AI changed the title [WIP] Add sequence count and health check to response Add sequence count and health check endpoint Nov 26, 2025
Copilot AI requested a review from pmb59 November 26, 2025 12:08
Copilot finished work on behalf of pmb59 November 26, 2025 12:08
@pmb59 pmb59 closed this Nov 26, 2025
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