Stuck in "Initializing"
crinklepackage
HOBBYOP

a year ago

My api and worker services are both stuck "Initializing"

I've tried

  • clicking "Remove"
  • running 'railway down --service <api / worker name>'

Neither killed it.

I had recently made these updates to .railway/api.service.json, would either have led to this issue?

    "watchPatterns": [
      ".railway/**" → added this
    ],

added this block

  "schedules": [
    {
      "on": "0 3 * * *",
      "command": "node packages/server/api/dist/scripts/renew-webhooks.js",
      "name": "renew-webhooks"
    }
  ]  
Solved

3 Replies

crinklepackage
HOBBYOP

a year ago

I just pushed, and a build kicked off properly so the urgency here is lower. The "Initializing" build still persists—maybe it's a ghost?

Attachments


crinklepackage
HOBBYOP

a year ago

Post build it disappeard. So this issue can be closed.


echohack
EMPLOYEE

a year ago

We were experiencing an incident where new deployments were taking longer than expected when you opened this issue. That issue is now resolved.

You can always see the status of incidents at https://status.railway.com


Status changed to Awaiting User Response Railway 11 months ago


Status changed to Solved echohack 11 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...