golang application project, which never wakes up from sleeping.
booqet
FREEOP

a year ago

I have a golang application running, which gets put to sleep when there is no request.

Now, after a while when i manually made some calls to the api to wake it up, it never wakes up. Any idea on how to fix this?

I will share my deploy schema:

  "$schema": "https://railway.com/railway.schema.json",
  "build": {
    "builder": "NIXPACKS",
    "buildCommand": "go build -o main ."
  },
  "deploy": {
    "runtime": "V2",
    "numReplicas": 1,
    "startCommand": "./main",
    "healthcheckPath": "/",
    "sleepApplication": true,
    "multiRegionConfig": {
      "asia-southeast1-eqsg3a": {
        "numReplicas": 1
      }
    },
    "restartPolicyType": "NEVER",
    "healthcheckTimeout": 100
  }
}```
Solved

8 Replies

booqet
FREEOP

a year ago

58b316ea-760f-40d5-a2ae-84fd3c24bd8d


a year ago

Hello,

Thank you for the report, im seeing similar issues so I will get back to you on this.


booqet
FREEOP

a year ago

Alright, thanks for informing. ✌️


a year ago

Hello,

We have called an incident for this -

Apologies for the inconvenience here!

Best,

Brody


a year ago

Hello,

Update here, we have resolved the incident!

Again, very sorry for the inconvenience caused.


booqet
FREEOP

a year ago

Thank you for resolving this as quickly as possible.


a year ago

Thank you for the patience!


a year ago

!s


Status changed to Solved brody about 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...