Email retention

This commit is contained in:
Timo Knuth
2026-04-02 11:37:58 +02:00
parent 1cff96a553
commit 7afd39c18c
18 changed files with 4110 additions and 2951 deletions

View File

@@ -7,5 +7,11 @@
"env": {
"NODE_OPTIONS": "--max-old-space-size=4096"
}
}
},
"crons": [
{
"path": "/api/cron/retention-emails",
"schedule": "0 10 * * *"
}
]
}