cowprotocol / dune-sync

Components for syncing off-chain data with Dune Community Sources
4 stars 1 forks source link

Handle Race Condition #11

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

Currently, if running this from two different machines, the state is stored on a local volume and we run the risk up uploading duplicated content. To resolve this, we should fetch our latest sync block from the AWS bucket instead of our own local volume.