Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
doruirimescu committed Nov 11, 2024
1 parent 6a780f9 commit bcd71fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stateful_data_processor/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def process_item(
def reprocess_item(
self, item: Any, iteration_index: int, *args: Any, **kwargs: Any
) -> Any:
"""Reprocess a single item."""
"""Reprocess a single item. Alternative to process_item. This can be done if the item is already in the data,
and some alternative computation is explored."""
pass

def _signal_handler(self, signum, frame):
Expand Down

0 comments on commit bcd71fb

Please sign in to comment.