Serverless May Not Be Working

Hi,

I have a number of services running that are serverless but are showing estimated usage of nearly constant running which doesn't seem to be making sense? Additionally when I come back to the dashboard they are showing "Service On" instead of sleeping.

The one service I have Three may be my fault as it's an agent server but I have another one I just spun up that is sleeping so not sure why it's not. The Lidian API also seems to be stuck on but is not active in use?

Wanted to double check as while my charges aren't super high ~$2.5 over the "plan" I want to scale up and use Railway more but have explicit budgets for R&D.

Thanks!

$10 Bounty

3 Replies

Railway
BOT

3 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway 3 months ago


fra
HOBBYTop 5% Contributor

3 months ago

keep in mind that serverless mode kill the process only if there is no traffic, you should probably double check if your services have any traffic


The estimated usage is calculated based on the current running services and their usage. So when a service sleeps, the estimated usage is recalculated to show a different result.

As for the service not sleeping, inactivity is based on the detection of any outbound packets, which could include network requests, database connections, or even NTP. If no packets are sent from the service for over 10 minutes, the service is considered inactive.


gocarbot
PRO

3 months ago

we, too, are experiencing a brief outage.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...