Skip to content

Commit

Permalink
reset time
Browse files Browse the repository at this point in the history
  • Loading branch information
ayirr7 committed Apr 10, 2024
1 parent 0ae83ad commit 27e38bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ def __submit_batch(self, input_block_too_small: bool) -> None:
self.__last_batch_time = time.time()
else:
self.__metrics.timing("arroyo.strategies.run_task_with_multiprocessing.batch.build_and_submit_time", time.time() - self.__last_batch_time)
self.__last_batch_time = time.time()

def __forward_invalid_offsets(self) -> None:
if len(self.__invalid_messages):
Expand Down

0 comments on commit 27e38bf

Please sign in to comment.