fix: lower v02 poller cadence
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user