Reconciliation settings
Use these settings to configure the default reconciliation strategy, progress updates, and retry behavior.In
blnk.json, retry_delay is integer seconds. The environment variable accepts Go duration format (e.g. 5s).BLNK_RECONCILIATION_DEFAULT_STRATEGY
This sets the reconciliation strategy Blnk uses by default.
Use one_to_one when one ledger record should match one external record. Change it only when your reconciliation flow regularly needs one-to-many or many-to-one matching.
Reconciliation strategies
One-to-one, one-to-many, many-to-one matching.