Liu Cao
09/13/2021, 4:28 PMCeleryK8sRunLauncher
which allows us to have resource/compute separation of solids within a pipeline, but seems like dagster doesn’t allow us to have package / environment separation natively.container_config
section. I wonder what are some requirements of this image?
Other than we need dagster installed on each image we use, and have the same dagster repo code, I imagine they all need to run the same dagster CMD ["dagster", "api", "grpc", "-h", "0.0.0.0", "-p", "3030", "-f", "repository.py"]
when launched. Anything particular to celery that needs to be configured?daniel
09/13/2021, 8:27 PMLiu Cao
09/13/2021, 8:49 PMdaniel
09/13/2021, 8:53 PMLiu Cao
09/13/2021, 8:55 PM