From 0dc41375016973664d28b6b509cce80f6b2226be Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Tue, 13 Sep 2022 17:10:04 -0300 Subject: [PATCH] previews: Trigger artificial traffic every 2 hours --- .werft/platform-trigger-artificial-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.werft/platform-trigger-artificial-job.yaml b/.werft/platform-trigger-artificial-job.yaml index bfae628a6fd660..55e6026f5e3486 100644 --- a/.werft/platform-trigger-artificial-job.yaml +++ b/.werft/platform-trigger-artificial-job.yaml @@ -45,4 +45,4 @@ pod: - .werft/platform-trigger-artificial-job.sh plugins: - cron: "*/30 * * * *" # Every 30 minutes + cron: "0 */2 * * *" # Every 2 hours