golang application project, which never wakes up from sleeping.

booqet
FREE

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 } }

Solved

0 Replies

booqet
FREE

3 months ago

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


3 months ago

Hello,

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


booqet
FREE

3 months ago

Alright, thanks for informing. ✌️


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.


booqet
FREE

3 months ago

Thank you for resolving this as quickly as possible.


3 months ago

Thank you for the patience!


3 months ago

!s


Status changed to Solved brody 3 months ago