Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected.
My function just authenticates the user, fetches ~25 rows from TablesDB, maps them, and returns JSON.
The timings are:-
First request after being idle: 7.5s total
Second request (2 minutes later): ~360ms total
Inside the function my logs show only ~110–370ms execution time so most of the delay seems to happen before my code even starts.
Is this normal for Cloud Functions? Has anyone found a good solution besides warmup pings?
Recommended threads
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Can create `tablesdb` event with the UI ...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...