⚰️ DipDup 6.5 branch is no longer supported. Please, follow the⠀Migration Guide⠀to update to the latest version.

advanced

advanced:
  early_realtime: False
  merge_subscriptions: False
  postpone_jobs: False
  reindex:
    manual: wipe
    migration: exception
    rollback: ignore
    config_modified: exception
    schema_modified: exception

This config section allows users to tune some system-wide options, either experimental or unsuitable for generic configurations.

fielddescription
reindexMapping of reindexing reasons and actions DipDup performs
schedulerapscheduler scheduler config
postpone_jobsDo not start job scheduler until all indexes are in realtime state
early_realtimeEstablish realtime connection immediately after startup
merge_subscriptionsSubscribe to all operations instead of exact channels
metadata_interfaceExpose metadata interface for TzKT

CLI flags have priority over self-titled AdvancedConfig fields.