feat: pdf export queue

This commit is contained in:
Philipinho
2026-04-14 16:01:38 +01:00
parent c802d29b85
commit 4ec2e458f8
7 changed files with 125 additions and 16 deletions
@@ -80,4 +80,7 @@ export enum QueueJob {
AUDIT_LOG = 'audit-log',
AUDIT_CLEANUP = 'audit-cleanup',
PDF_EXPORT_TASK = 'pdf-export-task',
PDF_EXPORT_CLEANUP = 'pdf-export-cleanup',
}