fix(inactivity-notif): add cron to helm (#2235)

This commit is contained in:
Vikhyath Mondreti
2025-12-06 18:54:58 -08:00
committed by GitHub
parent 22c9384f19
commit e9d53042f6

View File

@@ -661,7 +661,15 @@ cronjobs:
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 1
inactivityAlertPoll:
enabled: true
name: inactivity-alert-poll
schedule: "*/15 * * * *"
path: "/api/notifications/poll"
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 1
# Global CronJob settings
image: