Skip to content

Commit

Permalink
do not bookkeep incremental aggregate if inc dumps do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Mar 4, 2025
1 parent 4a4ab5c commit 1581e68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,5 @@ def run(self) -> Iterator[Dict]:
self.prepare_final_aggregate()
results = self.generate_stats()
yield from self.create_messages(results, self.only_inc, self.message_creator)
self.bookkeep_incremental_aggregate()
if incremental_listens_exist():
self.bookkeep_incremental_aggregate()

0 comments on commit 1581e68

Please sign in to comment.