Skip to content

Commit

Permalink
update not matched objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizard1209 committed Dec 15, 2024
1 parent 556382d commit 641fe1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dipdup/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ async def _process_level_data(
# NOTE: We still need to bump index level but don't care if it will be done in existing transaction
if not matched_handlers:
await self._update_state(level=batch_level)
metrics.objects_indexed += len(level_data)
return

started_at = time.time()
Expand Down

0 comments on commit 641fe1b

Please sign in to comment.