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
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...