We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fbaccf + 88f05d6 commit 705d446Copy full SHA for 705d446
server/src/services/k8sEventProcessor.ts
@@ -16,7 +16,7 @@ import { sendNotifications } from './notificationService';
16
17
// ! Prevent processing of past events and throttle Slack notifications !
18
const SUBSCRIPTION_START_TIME = Date.now();
19
-const RATE_LIMIT_INTERVAL = 60 * 1 * 1000; // 15 minutes
+const RATE_LIMIT_INTERVAL = 60 * 15 * 1000; // 15 minutes
20
21
let lastNotificationTime = 0;
22
0 commit comments