3 months 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 } }
0 Replies
3 months ago
Hello,
Thank you for the report, im seeing similar issues so I will get back to you on this.
3 months ago
Hello,
We have called an incident for this -
Apologies for the inconvenience here!
Best,
Brody
3 months ago
Hello,
Update here, we have resolved the incident!
Again, very sorry for the inconvenience caused.
3 months ago
Thank you for the patience!
3 months ago
!s
Status changed to Solved brody • 3 months ago