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

running task has NaN status code in beginning #33

Open genekogan opened 2 years ago

genekogan commented 2 years ago

on fetching a token which has been submitted, status shows (status: running, status_code: NaN) for a little while. after some moments, status_code reflects % of task done. ideally, status is "queued" until it actually begins processing, and when "running" starts, status_code should be 0.