
Hi, I’m having issues with scheduled function executions. Sometimes the delayed function triggers, but a lot of the time it doesn’t. For example the status just changes from “in 6 days” to “8 hours ago” and nothing happens.
Here’s how I’m scheduling:
functions.create_execution(‘67d34ca50006d1f4046d’,json.dumps({‘action’: ‘reminder’, ‘user_id’: user_id}),True,scheduled_at=pendulum.now(“UTC”).add(days=7).start_of(‘minute’).to_iso8601_string())
Anyone else seeing this? Is there a fix or something I should check? Thanks.
Recommended threads
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Issue - Migration From Cloud > Self Host...
Hi team, I’m trying to migrate a few of my Appwrite projects from the cloud to a self-hosted instance. These projects are currently in “archive mode” due to th...
