WIP - audit logs

This commit is contained in:
Philipinho
2026-01-10 12:57:27 +00:00
parent 732951a322
commit 52b34bc6f4
18 changed files with 526 additions and 68 deletions
@@ -73,6 +73,14 @@ import { BacklinksProcessor } from './processors/backlinks.processor';
attempts: 1,
},
}),
BullModule.registerQueue({
name: QueueName.AUDIT_QUEUE,
defaultJobOptions: {
removeOnComplete: true,
removeOnFail: true,
attempts: 3,
},
}),
],
exports: [BullModule],
providers: [BacklinksProcessor],