Skip to content

Collect Data at High Frequency, Send Data in Batches #23

@kezarjg

Description

@kezarjg

I would like to propose an enhancement to support collecting data at a high frequency and sending it in batches. Specifically, I am interested in understanding if there is an API call to support:

  1. Collect consumption data at high frequency – For example, gathering data every 5 seconds.
  2. Send data in batches – Instead of sending each data point individually, it would be sent in a batch after a specified interval or when certain conditions (e.g., network availability) are met.

This would be particularly useful in scenarios where:

  • There is intermittent network coverage (e.g., being out of cell phone coverage for some time).
  • We want to reduce the number of API calls by batching data and sending it in a more efficient manner when coverage is restored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions