Skip to content

feat(api): implement system health check endpoint GET /health#28

Merged
MissBlue00 merged 1 commit into
MissBlue00:mainfrom
supreme2580:issue-23
Mar 24, 2026
Merged

feat(api): implement system health check endpoint GET /health#28
MissBlue00 merged 1 commit into
MissBlue00:mainfrom
supreme2580:issue-23

Conversation

@supreme2580
Copy link
Copy Markdown
Contributor

  • Add @nestjs/terminus for health monitoring
  • Create HealthModule with health controller exposing GET /health
  • Implement health indicators for: database, redis, blockchain_rpc, treasury_wallet
  • Each indicator has TODO comments for when services are implemented

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Firmware version:
  • Hardware:
  • SDK:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

closes: #23

- Add @nestjs/terminus for health monitoring
- Create HealthModule with health controller exposing GET /health
- Implement health indicators for: database, redis, blockchain_rpc, treasury_wallet
- Each indicator has TODO comments for when services are implemented
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 24, 2026

@supreme2580 is attempting to deploy a commit to the missblue00's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Mar 24, 2026

@supreme2580 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@MissBlue00 MissBlue00 merged commit 3e32ca4 into MissBlue00:main Mar 24, 2026
0 of 3 checks passed
MissBlue00 added a commit that referenced this pull request May 29, 2026
feat(api): implement system health check endpoint GET /health
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.

Backend: Implement system health check endpoints

2 participants