
As title, I want to know how much time Appwrite Cloud wait for Functions until it gets hibernated (cold start). 30m? 1h?


I think this is 600 seconds, so 10 minutes

On Cloud, its something we manipulate from time to time, trying to find best balance between cost and speed.
Is this something you would need customized for your project? Does your script depend on it?

I'm going to make a Gemini API proxy, and I think it should not be hibernated because customers would want low latency.

So I was gonna think about pinging every interval not to get hibernated
Recommended threads
- How do load test in appwrite?
I am new to testing and stuff and I am unsure of how to get started on load testing with appwrite. I am using SvelteKit as my framework and appwrite for everyth...
- CLI Error using appwrite init site
Hello 👋 , we got error using CLI `appwrite init site` for any project on latest `Windows 11`, the error is ```bash Error: Command failed: cmd /c "mkdir -p . ...
- What's the best way to store user subscr...
I am confused whether I should store the external subscription status in the user object itself, or have different database for this.
