#[SOLVED] appwrite Functions Timeout

6 messages · Page 1 of 1 (latest)

zealous badger
#

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

half slate
#

Instead you will need to divide load in multiple small operations or small functions

zealous badger
#

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

half slate
zealous badger
#

Yes sir, thankyou so much