Replies: 2 comments 1 reply
-
In case you haven't encountered these resources yet: There is example code and instructions for an ECS deployment in this repo These docs contain information about running your own gRPC server for your code locations |
Beta Was this translation helpful? Give feedback.
1 reply
-
@anotine10 Did you happen to find a solution? I am running a similar use case and I was wondering how you resolved this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am looking at using dagster in our own cloud (ECS) with 2 different teams working on their Assets.
Is there some updated doc that shows how to setup the following:
How the CI/CD pipeline would be in order to merge changes code changes in one of the code definitions deployment?
How the models are reloaded from the Dagster webserver container?
If i add a third code location, is there no other way to to deploy again the dagster instance code because of this workspace.yaml being changed?
Thanks for you help
Beta Was this translation helpful? Give feedback.
All reactions