Rank 1: Thread
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
pollingscheduleNextfornull?