Browse Source

Use worker for analytics user export

GitOrigin-RevId: 3e49d483c0d93fa67986332e77e9928889aab7a7
John Lees-Miller 8 months ago
parent
commit
241a4b6b03
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/web/app/src/infrastructure/Queues.mjs

+ 1 - 0
services/web/app/src/infrastructure/Queues.mjs

@@ -74,6 +74,7 @@ const ANALYTICS_QUEUES = [
   'analytics-events',
   'analytics-editing-sessions',
   'analytics-user-properties',
+  'analytics-user-exports',
   'post-registration-analytics',
 ]