Function is scheduled * * * * * and is enabled: true, but
Appwrite Cloud has stopped queueing executions. Last execution:
2026-05-30 00:47 UTC (~46h ago) — it completed 200 in
1.78s, log shows normal output, no errors. Since then: zero
executions.
Function-record state right now: schedule: "* * * * *" scheduleNext: null scheduleCurrent: null
Other functions in the same project (HTTP-triggered, not
scheduled) are running normally — so it's not a project-wide
quota issue. Latest deployment is ready and active.
This is the second occurrence in ~8 days (prior incident around 2026-05-23). Code/deploy untouched between then and now. Looks like the scheduler cursor drops silently.
What I'd love to know
- Is there a server-side log of when/why the scheduler dropped this function's pointer?
- Any known issue with the cloud scheduler that could explain silent cursor loss?
- Recommended way to monitor this from the client side beyond
polling
scheduleNextfornull?
Recommended threads
- [v1.8.1] Getting error "(role: applicati...
... but that scope doesn't exist. I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got: ...
- Not getting data
IDK what the issue is but I am stuck at a weried but that I am calling this function ``` @override Future<List<CategoryModel>> getCategories() async { t...
- Problem with the new Email policies
when user set those thing from cloud panel and when they open that page again or reload that time it forget what we have checked and it set default to false on ...