Missing events when performing catchup with catchupModePageSize
> catchupModeBlockGap
#198
Labels
bug
Something isn't working
This is problematic for FireFly, which subscribes from Block 0, and uses a
PATCH
on startup to ensure the configuration of the event stream is always up to date.Then once it catches up, something weird happens after the first batch:
See the second " initial block height for event stream (from block): 0" and then no further events.
There was an event it should have hit at block
437521
- which is after the437041
event it dispatched as part of the gap fill, but before the440000
where it set the filter.The text was updated successfully, but these errors were encountered: