feat: scale extractor to 8 replicas

This commit is contained in:
Celes Renata
2026-04-29 05:54:00 +00:00
parent f264e924f0
commit aaf8cee927
+1 -1
View File
@@ -59,7 +59,7 @@ services:
limits: { cpu: 500m, memory: 256Mi }
extractor:
replicas: 4
replicas: 8
pipeline: true
image: extractor
command: "python -m services.extractor.main"