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
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?