Skip to content
Snippets Groups Projects
Commit f90f67d0 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

remove break and add ressources to postgres

parent 9201ea5e
No related branches found
No related tags found
1 merge request!59Prod
Pipeline #17620 passed with stages
in 3 minutes and 5 seconds
......@@ -30,7 +30,6 @@ class HierarchyBuilder:
self.processed_tax += 1
if self.processed_tax % 10000 == 0:
logger.info("%s/%s Taxonomy processed so far...", self.processed_tax, self.total_tax)
break
logger.info("[DONE] %s/%s Hierarchy built.", self.hierarchy_built, self.total_tax)
logger.info("[DONE] %s/%s Hierarchy build skipped.", self.hierarchy_failed, self.total_tax)
......
......@@ -57,8 +57,8 @@ spec:
memory: "512Mi"
cpu: "100m"
limits:
memory: "1024Mi"
cpu: "500m"
memory: "4096Mi"
cpu: "1000m"
volumeMounts:
- name: postgresql
mountPath: /var/lib/postgresql/data
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment