dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.23k stars 1.41k forks source link

dagster-daemon cannot access grpc in multi-container deployment #17493

Open brandybobandyistaken opened 11 months ago

brandybobandyistaken commented 11 months ago

Dagster version

dagster, version 1.5.5

What's the issue?

I've followed the multi-container deployment found here:

And after docker compose up, the issue I've run into coming from the dagster-daemon container is:

Per the deployment guide, the same image/container and thus dagster.yaml/workspace.yaml are used to run the webserver and the daemon, aside from entrypoint.

QUESTIONS:

What did you expect to happen?

No issue loading user code from user_code container into dagster-daemon container via single gRPC server run form user_code container. Webserver has no problem loading it, but daemon does.

How to reproduce?

Follow the deployment from dagster provided repo:

Deployment type

Docker Compose

Deployment details

The only difference from dagster example deployment is customizing the user_code container to contain actual user code.

Additional information

Thank you so much for your time and help in advance!

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

benoitsdm commented 2 weeks ago

Same issue here, any news or workaround ?