Stuck in "Initializing"
crinklepackage
HOBBYOP

6 months 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

6 months 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

6 months ago

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


echohack
EMPLOYEE

6 months 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 6 months ago


Status changed to Solved echohack 6 months ago


Loading...