Hi team,
Last month my project hit 100% usage and functions stopped working (expected).
Now the new month has started and usage has reset, requests are going through successfully, but no function executions are happening at all.
In the Console:
- Functions are enabled
- Active deployment is set
- HTTP trigger is enabled
- But Executions tab shows 0
There are no logs because no execution is being created.
I’m using:
- Appwrite Cloud
- Trigger type: [mention HTTP / SDK createExecution / Event / Schedule]
- No visible errors in frontend/backend response
Could this be a quota lock that didn’t fully reset internally?
Would appreciate help debugging this. 🙏
TL;DR
Functions not executing after usage reset, despite requests going through successfully. Issue likely due to a quota lock that didn't fully reset internally. Check Appwrite Cloud configurations, ensure functions are enabled, active deployment is set, and trigger type is properly selected. If issue persists, contact support for further debugging assistance.Recommended threads
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...
- Iam getting 500 when i click on the proj...