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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...