Skip to content

Commit

Permalink
Fix parent state update in case of error
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 committed Dec 18, 2024
1 parent a36726b commit 5ee05f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def ensure_at_least_one_state_emitted(self) -> None:
):
self._global_cursor = self._new_global_cursor
self._lookback_window = self._timer.finish()
self._parent_state = self._partition_router.get_stream_state()
self._parent_state = self._partition_router.get_stream_state()
self._emit_state_message()

def _emit_state_message(self) -> None:
Expand Down

0 comments on commit 5ee05f1

Please sign in to comment.