Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
f90f67d0
Commit
f90f67d0
authored
Nov 05, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
remove break and add ressources to postgres
parent
9201ea5e
Pipeline
#17620
passed with stages
in 3 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/metagenedb/apps/catalog/management/commands/build_hierarchy.py
View file @
f90f67d0
...
...
@@ -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
)
...
...
ci/kubernetes/postgresql.yaml
View file @
f90f67d0
...
...
@@ -57,8 +57,8 @@ spec:
memory
:
"
512Mi"
cpu
:
"
100m"
limits
:
memory
:
"
1024
Mi"
cpu
:
"
5
00m"
memory
:
"
4096
Mi"
cpu
:
"
10
00m"
volumeMounts
:
-
name
:
postgresql
mountPath
:
/var/lib/postgresql/data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment