DanielOriginal post
Rank 1: Thread
To be more specific, Functions have a cold start which means that the first time they are executed, They take some time to execute in contrast with the subsequent executions. But after some time the container is put to sleep/hibernation ? So what's the default time ?
Summary
The appwrite function container's default alive time is between 60 seconds and 1 hour. It has a cold start when first executed, taking more time initially, compared to subsequent executions. There is an option to increase the sleep interval by configuring the environment variable ```_APP_FUNCTIONS_INACTIVE_THRESHOLD``` (default set to 60 seconds).