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

Allow updating more Execution fields #3990

Closed wdbaruni closed 1 month ago

wdbaruni commented 1 month ago

Today we can only update the executions state fields, but there is a need to update more fields such as rescheduling attempts, previous executions, next executions and more.

Enable updating more fields in the execution model and rename the UpdateExecutionState to reflect that

Depends on https://github.com/bacalhau-project/bacalhau/issues/3990

wdbaruni commented 1 month ago

It seems we already support this. Closing for now