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

Decouple adding history events from state updates #3991

Open wdbaruni opened 1 month ago

wdbaruni commented 1 month ago

To enable https://github.com/bacalhau-project/bacalhau/issues/3990, and to unlock use cases where we need to add a history event without updating state (e.g. backoff), we need to expose an API in the job store that enables enqueueing history events

depends on https://github.com/bacalhau-project/bacalhau/issues/3993