Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
metagenedb
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
6f4987d8
Commit
6f4987d8
authored
4 years ago
by
Kenzo-Hugo Hillion
Browse files
Options
Downloads
Patches
Plain Diff
add shebang to run_celery script
add missing REDIS port to celery worker yaml conf
parent
9aa99a94
No related branches found
No related tags found
No related merge requests found
Pipeline
#35275
passed
4 years ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/scripts/run_celery.sh
+2
-0
2 additions, 0 deletions
backend/scripts/run_celery.sh
ci/kubernetes/celery-worker.yaml
+2
-4
2 additions, 4 deletions
ci/kubernetes/celery-worker.yaml
with
4 additions
and
4 deletions
backend/scripts/run_celery.sh
100644 → 100755
+
2
−
0
View file @
6f4987d8
#!/bin/bash
celery worker
--app
=
metagenedb.celery_app:app
--loglevel
=
info
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ci/kubernetes/celery-worker.yaml
+
2
−
4
View file @
6f4987d8
...
...
@@ -45,10 +45,8 @@ spec:
key
:
secret_key
-
name
:
REDIS_HOST
value
:
redis
-
name
:
PORT
value
:
"
8000"
-
name
:
DEBUG
value
:
"
True"
-
name
:
REDIS_PORT
value
:
'
6379'
resources
:
requests
:
memory
:
"
4Gi"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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