Jay Vercellone : One thing that could’ve happened is that a row was added at the bottom, processed by the event source, and then removed.
The event source keeps track of the latest row number that was processed so far. If rows were removed at some point, then adding new rows won’t trigger events until those rows go beyond the latest known row number.