Skip to content

Commit

Permalink
fix(healthcheck): poll in healthcheck (#274)
Browse files Browse the repository at this point in the history
fix poll is missing from the helthcheck
  • Loading branch information
dbanda authored Jul 19, 2023
1 parent 256dc65 commit 836bfab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arroyo/processing/strategies/healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def submit(self, message: Message[TStrategyPayload]) -> None:
self.__next_step.submit(message)

def poll(self) -> None:
self.__next_step.poll()
now = time.time()

if (
Expand Down

0 comments on commit 836bfab

Please sign in to comment.