Bun Functions time limit
Anonymous
HOBBYOP

a month ago

Hey everyone,

I want to use Bun Functions to setup some cronjobs for my project, I think its a very useful and cool functionality.

I was not able to find any information about runtime limit - how long it will stay alive? For example in AWS Lambda there is a max limit 15 mins.

Also it would be nice to have information about max RAM usage.

I estimate my functions to be running from 2 to 30 mins max

Solved$10 Bounty

Pinned Solution

a month ago

Hey, Railway Bun functions (the deployment) and cron jobs on Railway don't have a time limit for how long they can run. However, keep in mind that there is a cap for the HTTP request duration, which is 15 minutes as per the documentation.

1 Replies

Status changed to Awaiting Railway Response Railway about 1 month ago


Status changed to Open Railway about 1 month ago


a month ago

Hey, Railway Bun functions (the deployment) and cron jobs on Railway don't have a time limit for how long they can run. However, keep in mind that there is a cap for the HTTP request duration, which is 15 minutes as per the documentation.


Status changed to Solved brody about 1 month ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...