Skip to main content
This page covers the settings that control how Blnk runs reconciliation jobs and reports progress.

Reconciliation settings

Use these settings to configure the default reconciliation strategy, progress updates, and retry behavior.
BLNK_RECONCILIATION_DEFAULT_STRATEGY=one_to_one
BLNK_RECONCILIATION_PROGRESS_INTERVAL=100
BLNK_RECONCILIATION_MAX_RETRIES=3
BLNK_RECONCILIATION_RETRY_DELAY=5s
DescriptionDefault
BLNK_RECONCILIATION_DEFAULT_STRATEGYDefault matching strategy used for reconciliation.one_to_one
BLNK_RECONCILIATION_PROGRESS_INTERVALNumber of records Blnk processes before it emits a progress update.100
BLNK_RECONCILIATION_MAX_RETRIESMaximum number of retry attempts for failed reconciliation work.3
BLNK_RECONCILIATION_RETRY_DELAYTime 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

Learn when to use one-to-one, one-to-many, and many-to-one reconciliation.

BLNK_RECONCILIATION_PROGRESS_INTERVAL

This controls how often Blnk reports progress while a reconciliation job is running.
Tip: Use a smaller value when you want more frequent progress updates. Use a larger value when you want fewer progress events during large jobs.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.
Tip: Connect to Blnk Cloud to see your Core data.You can view your transactions, manage identities, create custom reports, invite other team members to collaborate, and perform operations on your Core — all in one dashboard.Check out Blnk Cloud →