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

Handle failed jobs. #22

Closed one1zero1one closed 2 years ago

one1zero1one commented 2 years ago

When the execution of a block fails, following celery worker executions return result {}.

Current workaround is to restart the whole process.

one1zero1one commented 2 years ago

https://github.com/abraham-ai/eden/blob/fix/handle-job-failures/README.handle-job-failures.md - Started a local setup to try to simulate this issue.