Unidentified Inbound Network?
tykimseoul
HOBBYOP

6 months ago

Hi,

I'm getting unidentified inbound network to my container, which prevents it from going into sleep.

I've tried logging all fastapi incoming requests, but none are showing up.

The data size is tiny (~100B) and drops to zero briefly every hour or so.

Could this be a railway infrastructure thing?

Anyone facing the same issue?

Thanks in advance

$10 Bounty

2 Replies

tykimseoul
HOBBYOP

6 months ago

Here's the metric tab screenshot, if that helps.

Attachments


erisa
HOBBY

6 months ago

Did you check on Railway's HTTP Logs for any requests as well as from FastAPI itself?

Are you able to reproduce this with a basic FastAPI template, and if not, what code is your template running? If you are connecting to private networks such as databases then this would keep the app awake: https://docs.railway.com/reference/app-sleeping#waking-a-service-up

I tried to reproduce this with the basic FastAPI template but did not see this network activity pattern, so if you see the same then it's likely to be code in your app.


Loading...