feat: backfill profile id on events

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-18 17:42:17 +01:00
parent 7e2d93db45
commit ee27568824
7 changed files with 160 additions and 5 deletions

View File

@@ -58,6 +58,11 @@ export async function bootCron() {
type: 'flushSessions',
pattern: 1000 * 10,
},
{
name: 'flush',
type: 'flushProfileBackfill',
pattern: 1000 * 30,
},
{
name: 'insightsDaily',
type: 'insightsDaily',