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
- Can not Create, Update or Delete anythin...
In the appwrite console I can read tables just fine, but any action times out. If I create a new project that does seem to work and I can do everything just fin...
- Which npm pkg to use in functions, 'appw...
I've been successful in creating users in a function with the node-appwrite package, but I'm trying to interact with databases. But there is no "TablesDB" class...
- OAuth Browser Popup doesn't close
after OAuth the browser popup doesnt close but the user is logged in, what could be the issue?