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
- Function Building show 500 Error
Region: sfo Temple: Starter Function Runtime: Nodejs 22 What happened? Before 2 minutes it show ‘server error.","code":500,"version":"0.7.24"}’ after it show c...
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...