bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
641 stars 85 forks source link

Update evaluation state #4000

Open wdbaruni opened 1 month ago

wdbaruni commented 1 month ago

We don't update evaluation state once they are created in the job store. To only backfill non-terminal evaluations #3999, we need to update the evaluation state to a terminal success or failed state after they are fully processed

wdbaruni commented 4 days ago

Required before #4174