
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
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Connecting server functions to GitHub re...
The project I am working in has recently moved organizations on Appwrite. The same is true for the repo on GitHub, which as moved from a private user to a organ...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
