Skip to content

Conversation

@scarmuega
Copy link
Member

This PR introduces a new way to define pipeline-wide runtime policies to handle known errors.

The policy is configured by adding a top-level section in the toml such as this:

[policy]
missing_data = "Skip" | "Warn" | "Default"
cbor_errors = "Skip" | "Warn" | "Default"
ledger_errors = "Skip" | "Warn" | "Default"
any_error = "Skip" | "Warn" | "Default"

@scarmuega scarmuega requested review from matiwinnetou and rvcas June 25, 2022 22:37
@scarmuega scarmuega merged commit 3dff913 into main Jun 25, 2022
@scarmuega scarmuega deleted the feat/runtime-policy branch June 25, 2022 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants