Skip to content

Commit

Permalink
Merge pull request #300 from cardanoapi/fix/status-page-endpoint
Browse files Browse the repository at this point in the history
enhacnement: Add metadata status in manager healthcheck
  • Loading branch information
Sital999 authored Jan 8, 2025
2 parents 454f6ca + 6ab832f commit 1534017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions agent-manager/src/controller/health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ async function healthCheck(req: Request, res: Response) {
database: {
isHealthy: isDatabaseHealthy,
},
metadata:{
isHealthy:isMetadataHealthy
}
},
})
} catch (err: any) {
Expand Down

0 comments on commit 1534017

Please sign in to comment.