Skip to content

chore(railway): expose readiness diagnostics#50

Merged
Coding-Dev-Tools merged 1 commit into
mainfrom
codex/railway-readiness-diagnostic
Jul 22, 2026
Merged

chore(railway): expose readiness diagnostics#50
Coding-Dev-Tools merged 1 commit into
mainfrom
codex/railway-readiness-diagnostic

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

Temporary production diagnostic change:

  • use /api/health only long enough to route the vendor process and inspect authenticated readiness
  • the start command logs the boolean-only serving dependency map
  • a follow-up reviewed revert restores /api/ready before completion

Verification: python -m json.tool railway.json

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: aa73170b55

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread railway.json
},
"deploy": {
"healthcheckPath": "/api/ready",
"healthcheckPath": "/api/health",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore readiness as the Railway health check

When the customer database or embedder cannot initialize, /api/health still returns 200 unconditionally, while /api/ready returns 503 until both dependencies are usable. Pointing Railway at this liveness endpoint therefore lets a broken deployment be marked healthy and receive traffic, despite the Docker health check and hosted deployment guidance continuing to require /api/ready.

Useful? React with 👍 / 👎.

@Coding-Dev-Tools
Coding-Dev-Tools merged commit 4c99025 into main Jul 22, 2026
8 checks passed
@Coding-Dev-Tools
Coding-Dev-Tools deleted the codex/railway-readiness-diagnostic branch July 22, 2026 06:33
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.

1 participant