14 days 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
Pinned Solution
14 days 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 • 14 days ago
Status changed to Open Railway • 14 days ago
14 days 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 • 9 days ago