cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

mini sdk SKU: allow to more aggressively send events

Open maxgolov opened this issue 6 years ago • 4 comments

Update FlushAndTeardown, or add a new function, that tries more aggressively to flush telemetry, since there’s no offline storage in "compact" mini SDK SKU flavor. This item is potentially related to #6 which is also asking for guidance on how to get certain events be "immediately" uploaded.

Another possible avenue here is to explore an enhancement that'd utilize OS implementation of Win 10 winsqlite3.dll .. That way we could have enabled the offline storage for transient installer / updater processes and maintained the same small size without sacrificing offline storage feature.

maxgolov avatar Jun 18 '19 21:06 maxgolov

Best option here is to bind to OS-provided winsqlite3.dll for storage. That way persistent storage can be implemented without adding extra bloat to SDK size.

maxgolov avatar Jun 27 '19 20:06 maxgolov

There are currently no resources assigned to tackle this issue in October due to other higher priorities. Removing milestone.

maxgolov avatar Oct 15 '19 21:10 maxgolov

This has not been a blocker for Omaha release. Closing this as "Won't Fix". Please discuss with our PM if we need to reopen this.

maxgolov avatar Mar 05 '20 11:03 maxgolov

I'd like to keep this open, tracking a potential improvement, but I agree this isn't currently considered high priority

bliptec avatar May 22 '20 07:05 bliptec