Closed MHHukiewitz closed 1 year ago
If many timeseries are uploaded at once, it can happen that the endpoint returns 200 even though not every timeseries was successfully uploaded to Aleph.
Add a retry mechanism in case a timeseries was not successfully created.
Solved in https://github.com/aleph-im/active-record-sdk/commit/40a51737d10f10c8c90f08677fb48282902cce97
If many timeseries are uploaded at once, it can happen that the endpoint returns 200 even though not every timeseries was successfully uploaded to Aleph.
Solution
Add a retry mechanism in case a timeseries was not successfully created.