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
- AI feature by functions?
I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing...
- Unknown usage from one of my database
I need support help. For more than 2 weeks, i didn't make any requests to my database, but I have noticed huge amount of reads and writes requests: Around 8000...
- AppwriteException: Missing required para...
I'm using node-appwrite sdk to retrive the documents. Example my code on pic, was define collectionId but error is still. Why?