We're doing client-side filtering to satisfy the regexes, and we're doing it optimistically. When there's attached more than the 10000 (the limit specified in our code), those won't get looked after.
A quick solution is to paginate all timeseries for the given asset instead of giving up after the first 10000.
Thoughts @hulien22 ?
We're doing client-side filtering to satisfy the regexes, and we're doing it optimistically. When there's attached more than the 10000 (the limit specified in our code), those won't get looked after.
A quick solution is to paginate all timeseries for the given asset instead of giving up after the first 10000.
Thoughts @hulien22 ?