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
6f4987d8
Commit
6f4987d8
authored
Aug 07, 2020
by
Kenzo-Hugo Hillion
♻
Browse files
add shebang to run_celery script
add missing REDIS port to celery worker yaml conf
parent
9aa99a94
Pipeline
#35275
passed with stages
in 3 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/scripts/run_celery.sh
100644 → 100755
View file @
6f4987d8
#!/bin/bash
celery worker
--app
=
metagenedb.celery_app:app
--loglevel
=
info
\ No newline at end of file
ci/kubernetes/celery-worker.yaml
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"
...
...
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