feat(notifications): support notification send throttling

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2025-03-18 12:16:14 +02:00
parent 37416e06d6
commit 9a6080e677
5 changed files with 127 additions and 56 deletions
+5 -1
View File
@@ -26,6 +26,7 @@
"types": "src/index.ts",
"files": [
"dist",
"config.d.ts",
"migrations/**/*.{js,d.ts}"
],
"scripts": {
@@ -49,9 +50,11 @@
"@backstage/plugin-notifications-common": "workspace:^",
"@backstage/plugin-notifications-node": "workspace:^",
"@backstage/plugin-signals-node": "workspace:^",
"@backstage/types": "workspace:^",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^3.0.0",
"p-throttle": "^4.1.1",
"uuid": "^11.0.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
@@ -68,5 +71,6 @@
"@types/supertest": "^2.0.8",
"msw": "^1.0.0",
"supertest": "^7.0.0"
}
},
"configSchema": "config.d.ts"
}