Hello everyone! We run each pipeline in a separat...
# ask-community
v
Hello everyone! We run each pipeline in a separate docker container using DockerRunLauncher. Tell me, is there any way to pass a parameter from the pipeline
config_schema
that will be passed to
container_kwargs
? I want to limit the memory consumption of the container. We can in
dagster.yaml
should be immediately registered in
container_kwargs
, but I want to limit the memory for each pipeline separately.
d
We don’t currently support this but setting kwargs via tags, but it sounds like a very reasonable feature request to me - if you’d be interested in it would you mind filing a feature request on github?
v
I'll try to do it, I've never done a feature request on github. Can you tell me how I can setting kwargs via tags?
d
You can file an issue from here: https://github.com/dagster-io/dagster/issues/new/choose You can't currently set kwargs via tags, that's the feature request
v
Okay, thanks! I managed to do it 😄 https://github.com/dagster-io/dagster/issues/14090