There is a TODO comment in `pkg/compute/bidder.go` indicating that error handling needs to be implemented when updating the execution state: ```go // TODO: handle error by either gracefully skipping if the execution is no longer in the created state // or by failing the execution ``` It's important to handle these errors to ensure the system remains robust in case the execution state changes unexpectedly. This issue was generated based on the discussion in PR #4683: https://github.com/bacalhau-project/bacalhau/pull/4683 Original comment: https://github.com/bacalhau-project/bacalhau/pull/4683#discussion_r1826300726 Requested by @wdbaruni