Self hosted Dagster performance #32218
Replies: 1 comment
-
|
It really depends on what run launcher you're using, as that's the component that determines how a run is created / launched. If you're using the You might find this doc helpful to better understand the role of the different components |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am currenlty finddling with self hosted dagster performance. I have been trying to setup my docker-compose.yml in a way, that distributes the resources between
dagster-api,dagster-db,dagster-daemon,dagster-webserverand other services. I am interested in understadning - Which service is the one, that actually runs the jobs ? I would like to give it the most amount of RAM to ensure smooth runs, but I am not sure whethet to go for thedagster-daemonrodagster-api. Thanks for any tips on thisBeta Was this translation helpful? Give feedback.
All reactions