UBERF-8619: Rework backup %hash% usage (#7273)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-12-06 16:30:33 +07:00
committed by GitHub
parent 2b969c74e8
commit f9e3aed4fe
30 changed files with 401 additions and 429 deletions
@@ -605,7 +605,7 @@ export async function createPushNotification (
const limiter = new RateLimiter(5)
for (const subscription of userSubscriptions) {
await limiter.exec(async () => {
await limiter.add(async () => {
await sendPushToSubscription(control, target, subscription, data)
})
}