
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
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
- CORS errors on prod
Hi, I have an appwrite function all of a sudden it starts to give CORS errors on production environment, although it works fine but 3/5 times it gives CORS erro...
- How to reduce cold start times for cloud...
Is there anything I can do to prevent slow responses? How long does it take for a function to enter a "cold state"?
