Rank 1: Thread
Hi Appwrite team,
We're currently experiencing what appears to be a platform-wide issue with Appwrite Functions.
Functions that were previously working normally are now getting stuck during execution and eventually failing after approximately 30 seconds.
Error
Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.
Error Code:408 general_unknown Error Code: 500
What we're seeing
This does not seem to be related to a specific function, project, or development machine.
We have reproduced the issue:
- Across multiple Appwrite projects
- Across multiple different functions
- From multiple machines/environments
- With functions that were previously executing normally
- Repeatedly, with executions consistently reaching around 30 seconds and failing
In the Appwrite console, we're seeing a large number of consecutive failed executions with:
POST /- HTTP
500 - Duration around
30s - Repeated failures across executions
It looks like the function execution is hanging somewhere on the Appwrite infrastructure/runtime until the synchronous execution timeout is reached.
Expected behavior
Functions should execute normally and return within their usual execution time.
Actual behavior
Executions appear to hang until Appwrite terminates them at the 30-second synchronous execution limit.
Impact
This is currently affecting all of our projects/functions, making the Functions service effectively unavailable for us.
We've also tested from different machines to rule out a local environment or network issue.
Evidence
Screenshot of the failed executions attached.
Could you please check whether there is an ongoing incident or degradation affecting Appwrite Functions infrastructure/runtime?
If needed, I can provide:
- Execution IDs
- Project IDs
- Region information
- Runtime versions
- Function logs
- Deployment IDs
