I used the Python SDK and set xasync=True in create_execution, expecting it to execute quickly on another worker. However, the execution ended up taking several seconds to complete, whereas synchronous execution only takes milliseconds. From get_execution, I can also see that the duration between createdAt and updatedAt itself took several seconds.
How should this issue be understood, and what modifications are needed to achieve the intended logic?
@Steven
I’m already a Pro user, so I should be able to use more workers.
Recommended threads
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Triggers and call function in function p...
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an e...
- 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...