Hi, I'm creating a Dagster setup modelled based on...
# ask-community
s
Hi, I'm creating a Dagster setup modelled based on the Hooli eng example - https://github.com/dagster-io/hooli-data-eng-pipelines/ When I run
dagster dev
, it appears the
hooli_data_eng
module gets invoked twice. I can tell this by adding a logging statement in here - https://github.com/dagster-io/hooli-data-eng-pipelines/blob/master/hooli_data_eng/__init__.py Is this expected?
a
ya currently in
dagster dev
both the
daemon
and
webserver
spin up and manage their own copies of user code server subprocesses instead of sharing them
s
Cool thanks alex
dagsir 1