Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
metagenedb
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metagenomics
metagenedb
Commits
f90f67d0
Commit
f90f67d0
authored
5 years ago
by
Kenzo-Hugo Hillion
Browse files
Options
Downloads
Patches
Plain Diff
remove break and add ressources to postgres
parent
9201ea5e
No related branches found
Branches containing commit
No related tags found
1 merge request
!59
Prod
Pipeline
#17620
passed with stages
Stage:
Stage:
Stage:
in 3 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/metagenedb/apps/catalog/management/commands/build_hierarchy.py
+0
-1
0 additions, 1 deletion
...enedb/apps/catalog/management/commands/build_hierarchy.py
ci/kubernetes/postgresql.yaml
+2
-2
2 additions, 2 deletions
ci/kubernetes/postgresql.yaml
with
2 additions
and
3 deletions
backend/metagenedb/apps/catalog/management/commands/build_hierarchy.py
+
0
−
1
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
)
...
...
This diff is collapsed.
Click to expand it.
ci/kubernetes/postgresql.yaml
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment