Merge pull request #29272 from drodil/notification_throttle

feat(notifications): support notification send throttling
This commit is contained in:
Fredrik Adelöw
2025-04-01 09:45:00 +01:00
committed by GitHub
5 changed files with 126 additions and 55 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"
}