telefonicaid / fiware-sth-comet

A component of the FIWARE ecosystem in charge of managing historical and aggregated time series context information
https://fiware-sth-comet.rtfd.io
GNU Affero General Public License v3.0
27 stars 28 forks source link

Fixed to use truncation expire #626

Closed Madhu1029 closed 1 year ago

Madhu1029 commented 1 year ago

Fixes #606 . isAggregated() function needs collectionName as it's argument here. But collection is provided to isAggregated() inside setTTLPolicy() function. Hence, isAggregated() function is not working properly.

AlvaroVega commented 1 year ago

@MadhuNEC thanks a lot for your fix!

fgalan commented 1 year ago

CNR fixed in PR #627