Closed Entkenntnis closed 2 months ago
and add retry logic to it, but maybe only one shared + a queue of elements to upload?
But I need to keep track which elements are already uploaded and I don't want to upload stuff twice.
by storing the timestamp, I have a change of removing duplicated in the future and make it more robust, but for now it is what it is...
basic implemention should work, no retry yet
and add retry logic to it, but maybe only one shared + a queue of elements to upload?
But I need to keep track which elements are already uploaded and I don't want to upload stuff twice.
by storing the timestamp, I have a change of removing duplicated in the future and make it more robust, but for now it is what it is...