#[solved] What's the appwrite function container alive time?

3 messages · Page 1 of 1 (latest)

surreal bison
#

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 ?

boreal raft
surreal bison