szalai1
08/13/2020, 12:00 PMk8s
job using celery_k8s_job_executor
?
starting a job per solid, in case of small/fast solids makes pipelines slower.johann
08/13/2020, 12:21 PMpython_modules/libraries/dagster-k8s/dagster_k8s/launcher.py
szalai1
08/13/2020, 12:27 PMjohann
08/13/2020, 12:30 PMszalai1
08/13/2020, 12:32 PMjohann
08/13/2020, 12:33 PMszalai1
08/13/2020, 1:06 PMcelery_k8s_job_executor
from my mode and set multiproc
. but now getting this error:
dagster.check.CheckError: Invariant failed. Description: celery-k8s execution must be configured in pipeline execution config to launch runs with CeleryK8sRunLauncher
johann
08/13/2020, 1:07 PMrun_launcher:
szalai1
08/13/2020, 1:08 PMrun_launcher:
module: dagster_celery_k8s
class: CeleryK8sRunLauncher
config:
backend: amqp
broker: <pyamqp://rabbitmquser:rabbitmqpass@dagster-rabbitmq:5672//>
dagster_home:
env: DAGSTER_HOME
instance_config_map:
env: DAGSTER_K8S_INSTANCE_CONFIG_MAP
postgres_password_secret:
env: DAGSTER_K8S_PG_PASSWORD_SECRET
johann
08/13/2020, 1:10 PMpython_modules/libraries/dagster-k8s/helm/dagster/templates/configmap-instance.yaml
szalai1
08/13/2020, 1:16 PM