fix: lower v02 poller cadence

This commit is contained in:
Codex
2026-05-28 18:03:12 +08:00
parent ecc97e7b05
commit 5fdfc9f82a
+1 -1
View File
@@ -2246,7 +2246,7 @@ function tektonPollerCronJob(args) {
} }
}, },
spec: { spec: {
schedule: "* * * * *", schedule: settings.lane === "v02" ? "*/10 * * * *" : "* * * * *",
concurrencyPolicy: "Forbid", concurrencyPolicy: "Forbid",
successfulJobsHistoryLimit: 3, successfulJobsHistoryLimit: 3,
failedJobsHistoryLimit: 3, failedJobsHistoryLimit: 3,