Description:
If the database drops a connection during ingestion, a vault might exist on-chain but not in our Postgres DB. Run a reconciliation script.
Acceptance Criteria:
[ ] Create a cron script that queries the contract for the total_vault_count.
[ ] Compare to SELECT COUNT(*) FROM vaults.
[ ] If a mismatch is found, trigger a backfill job.
Labels: indexer, reliability