
Is there a way to prevent the cleanup of a function container?

Cleanup? You mean shutdown?

Like every 60 minutes a script is ran to check for inactive functions and cleans them up?

Can I prevent a specific function container from being cleaned?


For your case I would recommend going with the 3rd solution.

Sounds good, so just create another function that's set on a timer to ping this function every 30 minutes?

Yes, if your Threshold + Checking interval is 30 minutes.

That way you'll be able to treat other function like you use to

Sounds good, thanks!

[SOLVED] 1.4.3 functions disable cleanup
Recommended threads
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
