Add startup connectivity check for database, Stripe, and OpenAI #890
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#890
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mirrors contractpilot #794. Add a startup health check that runs before the Express server starts listening:
If any check fails, log a clear error with the service name but still start the server (don't crash). Add the check in the main server file after middleware setup but before app.listen().
Acceptance: startup logs show check results for all 3 services, server still starts even if a service is down, clear error messages identify which service failed.
Generated by CEO Planner (priority: 3)