Is it normal for an event to take several minutes to trigger the function?
I created a user multiple times (Create → Delete → Create → Delete, etc.). Only one of the events arrived, and it took around 5–10 minutes before the function was executed.
Test: 14:41 — User created (system should post a users.create event) 14:49 — Function still not executed
If I keep deleting and recreating a user through my signup flow, the function eventually executes. It’s likely that I’ve misconfigured something, but I’m not sure.
Maybe I’m doing something wrong?
Recommended threads
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...
- createMembership is not sending email wi...
Parameters should be correct. Account and Membership are successfully created. I have a next.js project with localhost origin allowed. I checked spam etc. i...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...