Serverless
Hi,
I would like to use Raiway as a serverless.
I would like to run FFmpeg for transcoding and stop using Railway resources when the transcoding is completed.
Can I get some guidance on this?
Thanks, Yehuda
5 Replies
Project ID:
N/A
N/A
Railway is not a serverless platform, but you can emulate it with app sleeping.
effectively, your app will sleep until it receives a request, then stay active for 10 mins after processing is complete. Then it will sleep until it receives a new request
Solution
Thank you very much 🙏