mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(inactivity-notif): add cron to helm (#2235)
This commit is contained in:
committed by
GitHub
parent
22c9384f19
commit
e9d53042f6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user