You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the Bidder encounters errors while updating execution state, these errors are propagated to the ExecutionUpsertHandler. While the event watcher has a retry mechanism (3 retries before skipping), we need more sophisticated error handling to:
Avoid unnecessary retries for unrecoverable errors
Background
Currently, when the Bidder encounters errors while updating execution state, these errors are propagated to the ExecutionUpsertHandler. While the event watcher has a retry mechanism (3 retries before skipping), we need more sophisticated error handling to:
Links
bacalhau/pkg/compute/watchers/executor_watcher.go
Line 24 in f9fdcd5
Requirements
Requested by @wdbaruni
The text was updated successfully, but these errors were encountered: