Merge the consumption metric pushes (#9939)

#8564

## Problem

The main and backup consumption metric pushes are completely
independent,
resulting in different event time windows and different idempotency
keys.

## Summary of changes

* Merge the push tasks, but keep chunks the same size.
This commit is contained in:
Folke Behrens
2024-11-30 11:11:37 +01:00
committed by GitHub
parent aa4ec11af9
commit 4abc8e5282
5 changed files with 181 additions and 181 deletions

View File

@@ -112,6 +112,7 @@ workspace_hack.workspace = true
[dev-dependencies]
camino-tempfile.workspace = true
fallible-iterator.workspace = true
flate2.workspace = true
tokio-tungstenite.workspace = true
pbkdf2 = { workspace = true, features = ["simple", "std"] }
rcgen.workspace = true