Hello,
I first want to preface this by thanking you for creating this amazing project!
Is there any way to enable additional runtimes on Appwrite Cloud (not self hosted)?
As per this issue (https://github.com/appwrite/appwrite/discussions/4826#discussioncomment-4338536), the env var _APP_FUNCTIONS_RUNTIMES needs to be set. However, I’m not certain if we have access to it on Appwrite Cloud.
My use case is to run a LangChain JS function to perform some tasks, however LangChain JS only works on Node versions >= 18. The default Node 16 runtime does not satisfy.
Any help would be appreciated. Thank you.
Hey there 👋 On Cloud, we will be releasing runtimes with causion, making sure they are very stable. This comes down to a lot of testing, bencharks, load tests... It's not possible for you to enable specific runtime, but we will be adding more soon.
Regarding versions, it's something we are actively discussing - when to add new, and when to deprecate.
Considering Node 18 is LTS, I think we could enable that on Cloud. @Christy Jacob can we do it now, or wait for next Appwrite version release?
@Coolboi Node 18 will be enabled soon 🙂
we will make an announcement when its ready.
That’s awesome! Thank you so much for the support and for keeping updated!
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...