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).| Description | Default | |
|---|---|---|
BLNK_RECONCILIATION_DEFAULT_STRATEGY | Default matching strategy used for reconciliation. | one_to_one |
BLNK_RECONCILIATION_PROGRESS_INTERVAL | Number of records Blnk processes before it emits a progress update. | 100 |
BLNK_RECONCILIATION_MAX_RETRIES | Maximum number of retry attempts for failed reconciliation work. | 3 |
BLNK_RECONCILIATION_RETRY_DELAY | Time Blnk waits before retrying failed reconciliation work. | 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.