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
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Python Function Deployment hits General ...
The same deployment was working without issue yesterday and I have not hit any free tier limits yet. How do I figure out what's happening? Are you having issues...