How are Railway Functions metered?
faeyumbrea
PROOP

a year ago

I was wondering how the metering works on the new Railway Functions. Most Serverless function environments meter for actual execution by billing the ram that the function uses while executing and for each call to the function individually.

Are Railway Functions also only metered while they are running, or is there a baseline billed resource utilization from the container and the bun runtime that we should factor in?

4 Replies

faeyumbrea
PROOP

a year ago

N/A


a year ago

hello, they are billed the exact same way any other service on Railway is, but of course they by default are serverless, so they are only billed when awake


faeyumbrea
PROOP

a year ago

how does the cold start time look for these?


a year ago

someone did a benchmark and posted it in one of the channels, didn't find it though


Loading...