oraculum: Call celery directly, not from /usr/bin
This commit is contained in:
parent
a92ef77426
commit
f1199d653f
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ spec:
|
|||
failurePolicy: Abort
|
||||
execNewPod:
|
||||
containerName: oraculum-worker
|
||||
command: ["/usr/bin/celery", "-A", "oraculum.celery_app", "worker", "-c", "2", "--loglevel=INFO"]
|
||||
command: ["celery", "-A", "oraculum.celery_app", "worker", "-c", "2", "--loglevel=INFO"]
|
||||
volumes:
|
||||
- oraculum-secret-volume
|
||||
template:
|
||||
|
@ -197,7 +197,7 @@ spec:
|
|||
failurePolicy: Abort
|
||||
execNewPod:
|
||||
containerName: oraculum-beat
|
||||
command: ["/usr/bin/celery", "-A", "oraculum.celery_app", "beat", "--loglevel=INFO"]
|
||||
command: ["celery", "-A", "oraculum.celery_app", "beat", "--loglevel=INFO"]
|
||||
volumes:
|
||||
- oraculum-secret-volume
|
||||
template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue