addresses a part of #57 by making processed status persistent. There is at least one valid use case for this as sometimes the same entry reappears with updated published ts. This case is probably similar or even identical to the one described here
This PR adds SetProcessed and CheckProcessed to bolt store and all processed entries stored (i.e. keyed) without ts as a combination of channel id + video id
addresses a part of #57 by making processed status persistent. There is at least one valid use case for this as sometimes the same entry reappears with updated published ts. This case is probably similar or even identical to the one described here
This PR adds
SetProcessed
andCheckProcessed
to bolt store and all processed entries stored (i.e. keyed) without ts as a combination of channel id + video id