
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
- Web Console not showing Database Docs, b...
We have a User collection within Database. So Auth::User connects to Database::User. When we signup a user using apple sub, the Database::User is created, alo...
- Filter per $id
Hey there, does anyone have a solution or tips to filter per $id on a row i was modifying url with id before but with the new update it's a modal so i have no w...
- Bulk inserts
Hello, I am experiencing problems with bulk inserts. I have a node-appwrite client created like this ` const client = new ServerClient() .setEndpoint(APPW...
