fix: lower v02 poller cadence
This commit is contained in:
@@ -2246,7 +2246,7 @@ function tektonPollerCronJob(args) {
|
||||
}
|
||||
},
|
||||
spec: {
|
||||
schedule: "* * * * *",
|
||||
schedule: settings.lane === "v02" ? "*/10 * * * *" : "* * * * *",
|
||||
concurrencyPolicy: "Forbid",
|
||||
successfulJobsHistoryLimit: 3,
|
||||
failedJobsHistoryLimit: 3,
|
||||
|
||||
Reference in New Issue
Block a user