- Iterate through queued storage at defined interval, popping rows from the queue if successfully persisted
- Replaces directly reading from a CSV - Simplifies testing - Should hopefully make it easier to plug in other sources for storage diffs (e.g. differently formatted CSVs, JSON RPC, etc)