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

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
#!/bin/bash
celery worker --app=metagenedb.celery_app:app --loglevel=info
\ No newline at end of file
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment