domains: validate domain configs in a cron

no email notification yet, we have to rework this notifications/eventlog stuff
This commit is contained in:
Girish Ramakrishnan
2025-02-17 19:01:53 +01:00
parent 3d31f73453
commit 12794a499d
6 changed files with 50 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ const NOTIFICATION_TYPES = {
APP_OOM: 'appOutOfMemory',
APP_UPDATED: 'appUpdated',
BACKUP_FAILED: 'backupFailed',
DOMAIN_CONFIG_CHECK_FAILED: 'domainConfigCheckFailed',
};
// keep in sync with box/src/apps.js