Hello everyone, been playing around with appwrite, till now it feels smooth, need some help the maximum execution time alloted for appwrite Functions is 15 minutes, but i have some functions that needs more than that like 30 minutes or an hour something to finish the the function execution how can i achieve that ? any idea is appreciated, thankyou so much
Unfortunately, currently there's no support for long-running appwrite functions
Instead you will need to divide load in multiple small operations or small functions
Can I use one function which will trigger these multiple small functions? Because I'm taking a playlist link as input from user, and there will be multiple video links for a particular playlist, So a playlist can be 10 vids or 30 vids, etc.
I've created a python solution which shoots threads and processes on each video, maybe have to find an alternative to divide playlist link into video links and then use appwrite functions
Yes, as long as it doesn't need to run more than 15 minutes
Yes sir, thankyou so much
[SOLVED] appwrite Functions Timeout
Recommended threads
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...