Skip to content

Countly Migration 1.8.3

Choose a tag to compare

@kanwarujjaval kanwarujjaval released this 27 Mar 14:55
· 8 commits to main since this release
786a67e
Refactor Redis completion metrics to support per-pod aggregation

- Updated `setCollectionCompleted` to store completion metrics by `podId` for improved granularity in multi-pod setups.
- Modified aggregation logic in `getAllCollectionCompleted` to sum metrics across pods for accurate cluster-wide totals.
- Simplified `CollectionOrchestrator` completion handling to persist pod-specific metrics directly.