Hi everyone! How do i implement the following datasets synchronization scenario: coordinator1 produces daily datasets and may sometimes fail to produce one coordinator2 consumes all available datasets for the past 30 days.
Both coord:current() and coord:latest() don't seem to be able to do it - current() causes coordinator2 to hang in case some daily dataest is missing, latest() just takes last 30 available (some of which could be older than 30 days). Every suggestion is welcome and appreciated)
