Time-bucketed fixed-size: allow creation of "smeared" batches for old reports
Open
@branlwyd is already working on this.
Since Apr 10, 2024.
- Dominant language
- Rust
- Stars
- 70
- Forks
- 16
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 30
Description
Time-bucketed fixed-size groups reports into batches that fit into a given time window. If a given time window has less than min_batch_size reports, these reports may never be grouped into a batch, and will eventually be GC'ed and lost.
We should provide a configuration knob for time-bucketed fixed-size that will group reports into batches across time windows, likely after the reports are a configured age.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.