fix: celery non-beat worker
Fix is the same as for the beat worker.
This commit is contained in:
parent
5d8a4e0943
commit
59b2868bdd
@ -234,7 +234,7 @@ spec:
|
||||
containers:
|
||||
- name: cairn-superset-worker
|
||||
image: {{ CAIRN_SUPERSET_DOCKER_IMAGE }}
|
||||
args: ["celery", "worker", "--app=superset.tasks.celery_app:app", "-Ofair", "-l", "INFO"]
|
||||
args: ["celery", "--app=superset.tasks.celery_app:app", "worker", "-Ofair", "-l", "INFO"]
|
||||
volumeMounts:
|
||||
- mountPath: /app/superset_config.py
|
||||
name: config
|
||||
|
||||
@ -50,7 +50,7 @@ cairn-superset-worker:
|
||||
image: {{ CAIRN_SUPERSET_DOCKER_IMAGE }}
|
||||
volumes:
|
||||
- ../plugins/cairn/apps/superset/superset_config.py:/app/superset_config.py:ro
|
||||
command: celery worker --app=superset.tasks.celery_app:app -Ofair -l INFO
|
||||
command: celery --app=superset.tasks.celery_app:app worker -Ofair -l INFO
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user