I edited .env file and set it to 5 minutes. Afterwards, I did docker compose down and docker compose up -d but I dont notice the containers being destroyed even tho they are up for like 18 hours and run every 20-30 minutes..
that maintenance interval doesn't actually affect those runtime containers
You need to look at these:
_APP_FUNCTIONS_INACTIVE_THRESHOLD_APP_FUNCTIONS_MAINTENANCE_INTERVALhttps://appwrite.io/docs/advanced/self-hosting/environment-variables#functions
oh 💀
right i am dumb lmao lemme try those
i read the description i am kind of confused between the two
so i did get what inactive threshold is supposed to do
maintenance would just restart as an extra step?
No that one determines how often the check is done
This one is during the check, which ones are removed
ohh i see now gotcha
thanks
[CLOSED] Maintenance Interval not Recreating Containers
Recommended threads
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...