
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
- Could a self hosted appwrite server be d...
I was surprised that they didn't have a template for appwrite.
- JSON Parse error: Unexpected EOF when ex...
Hi, I'm trying to test a piece of code and I can't figure out what I'm doing wrong. I've reduced the deployed main to just this ```javascript export default as...
- Deployment Error After Migrating from 1....
Hi Everyone, After recently migrating my self-hosted Appwrite instance from version 1.6.0 to 1.6.2, I’m encountering an issue while deploying a function. The d...
