
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
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- 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"...
