0xironclad / 0xironclad/Task-Scheduler-API
Health & readiness probes
オープン
初心者向け
ops
- 主要言語
- TypeScript
- スター
- 0
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
`GET /health` (app up) and `GET /ready` (DB reachable). Useful for containers.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Look for the Express app setup in the main server file (likely index.ts or app.ts). Add two new GET routes: '/health' that returns a simple 200 OK, and '/ready' that checks the database connection (e.g., a simple query). Test by running the server and curling the endpoints. Ensure the responses are appropriate for container health checks.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- express, node.js, postgresql, typescript
- 領域
- api, backend, devops
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 70/100