unbekanntes_pferd
unskip failed CI
I have a service that requires that check suites must pass - for some odd reason, the pipeline failed.
I re-ran the pipeline, but this is not propagated to railway - the PR appears as skipped and I have no way to either force deploy or re-check the status.
Is there a better way than just an empty commit, triggering a new pipeline run which runs for minutes?
Thanks!
3 replies
App not reachable (no errors)
Hi,
project id: 1fbd94b0-ed7c-469b-9c0d-120bc2522ac8
Running a simple FastAPI (Python3.10) application from a Docker build.
The container builds fine, deployment logs show the app is up & running, build logs have no error.
I have no indication why the app is unreachable (get 503 back when trying to access the deployment).
Build works fine in container locally (correct ports exposed etc.).
Is there some other place I'm missing to check what went wrong?
I checked:
- app runs locally as container fine
- app builds fine according to logs
- necessary secrets are present
- deployment logs show correct status of app with no error
Thanks!
5 replies