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
}
}```8 Replies
a year ago
Hello,
Thank you for the report, im seeing similar issues so I will get back to you on this.
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.
a year ago
Thank you for the patience!
a year ago
!s
Status changed to Solved brody • about 1 year ago