Implement basic event deduplication

This commit is contained in:
Dominic Ferrando
2026-07-17 12:13:20 -04:00
parent 29c55a1bf1
commit 1ffc2fe79d
4 changed files with 43 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import { EventsService, EventStatusSchema } from "./services/events";
// CONSTANTS
// -----------------------
const EVENT_QUEUE_MANAGE_DELAY_MS = 1000 // 1 sec
const JWT_EXP = "7d";
const JWT_EXP = "1d";
// SERVICES
// -----------------------