I am calling create execution to a function its running twice in the appwrite backend. It happened earlier also and was solved automatically
https://discord.com/channels/564160730845151244/1165909582070161451/1165909582070161451
I haven't seen this before when executed via Appwrite SDK 🧐 are you sure the function isn't being executed twice client side?
Now it started running only once
It happens sometimes for an hour or two
I was using the same function only changing the code in the function so the execution could not be culprit.
Moreover I checked in the network tab there was only one api request
[SOLVED] Calling createExecution runs function twice
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...