Skip to content

Commit b1d3121

Browse files
🌱 cron: add two additional replicas (ossf#3721)
the cron has witnessed a roughly 15% reduction in repo throughput, this is partly due to increased osv.dev latency, increasing the Vulnerabilities check. the pinned-dependencies check has also increased after 6d35c86. Signed-off-by: Spencer Schrock <[email protected]>
1 parent 0e8e57d commit b1d3121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/k8s/worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kind: Deployment
1717
metadata:
1818
name: scorecard-batch-worker
1919
spec:
20-
replicas: 12
20+
replicas: 14
2121
selector:
2222
matchLabels:
2323
app.kubernetes.io/name: worker

0 commit comments

Comments
 (0)