feat: make notification delivery durable

This commit is contained in:
benya
2026-07-23 00:17:38 +03:00
parent 61b1c06205
commit 5d6fa00e94
24 changed files with 710 additions and 136 deletions
+2
View File
@@ -22,6 +22,8 @@ services:
RMM_PUBLIC_SCHEME: "${RMM_PUBLIC_SCHEME:-https}"
RMM_PUBLIC_URL: "${RMM_PUBLIC_URL:-}"
RMM_METRIC_RETENTION_DAYS: "${RMM_METRIC_RETENTION_DAYS:-30}"
RMM_NOTIFICATION_RETENTION_DAYS: "${RMM_NOTIFICATION_RETENTION_DAYS:-90}"
RMM_NOTIFICATION_MAX_ATTEMPTS: "${RMM_NOTIFICATION_MAX_ATTEMPTS:-5}"
RMM_SMTP_HOST: "${RMM_SMTP_HOST:-}"
RMM_SMTP_PORT: "${RMM_SMTP_PORT:-587}"
RMM_SMTP_USERNAME: "${RMM_SMTP_USERNAME:-}"