
Hi everyone,
I'm currently working with Appwrite's database triggers, specifically for document creation events.
I've encountered a potential issue and was hoping to get some clarification or advice.
It seems that if a database trigger event fails (for example timeout), I don't receive a reference to the original document that triggered the event, nor do I get the document data itself.
This makes it impossible to implement a retry mechanism or to manually handle the failed event, as I have no way of knowing which document failed.
This is a critical feature for my use case, as I need to ensure that the actions in my triggers are reliably executed.
Am I missing something, or is there a recommended workaround for this scenario?
Any help or insights would be greatly appreciated.
Thanks in advance! Matze
Recommended threads
- User (role: guests) missing scopes (["te...
I keep getting this error: ```AppwriteException: User (role: guests) missing scopes (["teams.read"]) at new AppwriteException (/usr/local/server/src/functio...
- Queries Length Error.
Hi All, I am having a issues across my app with how i am getting data, and just wanted to check if this was an issues with the new changes on appwrite over the...
- The current user is not authorized to pe...
I'm just getting this error while it was working couple minutes ago, my users have permissions to access and create tables data but on some databases I'm just g...
