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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...