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
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...