We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c9384 commit 837bdeaCopy full SHA for 837bdea
helm/sim/values.yaml
@@ -661,7 +661,15 @@ cronjobs:
661
concurrencyPolicy: Forbid
662
successfulJobsHistoryLimit: 3
663
failedJobsHistoryLimit: 1
664
-
+
665
+ inactivityAlertPoll:
666
+ enabled: true
667
+ name: inactivity-alert-poll
668
+ schedule: "*/15 * * * *"
669
+ path: "/api/notifications/poll"
670
+ concurrencyPolicy: Forbid
671
+ successfulJobsHistoryLimit: 3
672
+ failedJobsHistoryLimit: 1
673
674
# Global CronJob settings
675
image:
0 commit comments