#[solved] What's the appwrite function container alive time?
3 messages · Page 1 of 1 (latest)
From what I understand, between 60s and 1h.
You can configure the env variable:
https://appwrite.io/docs/advanced/self-hosting/environment-variables#functions
_APP_FUNCTIONS_INACTIVE_THRESHOLD (default 60s)
In order to increase the sleep interval
Thank you, I am also using CRON now and it helps in achieving what I want 🙂