abraham-ai / eden

Eden converts your python function into a hosted endpoint with minimal changes to your existing code :mage_man:
GNU General Public License v3.0
47 stars 5 forks source link

await_results stuck in infinite loop #27

Closed Mayukhdeb closed 2 years ago

Mayukhdeb commented 2 years ago

It should be resp['status']['status'] == 'complete' and not the one shown below

https://github.com/abraham-ai/eden/blob/af056446218e0d30fcd734d0fc3d0ea114146138/eden/client.py#L127