chore: poll G14 source every minute

This commit is contained in:
Codex
2026-05-26 15:01:47 +08:00
parent 2ecbba60c0
commit f4b45cf4ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1500,7 +1500,7 @@ function tektonPollerCronJob(args) {
}
},
spec: {
schedule: "*/5 * * * *",
schedule: "* * * * *",
concurrencyPolicy: "Forbid",
successfulJobsHistoryLimit: 3,
failedJobsHistoryLimit: 3,