I'm having an issue where I have multiple daemons ...
# ask-community
l
I'm having an issue where I have multiple daemons running at the same time. Inside my docker container 'dagster API grpc --lazy-load-user-code' is running 2 times. Should it only be running once?
d
dagster api grpc
running multiple times is fine - the problem you're describing would come from
dagster-daemon run
running multiple times
l
Gotcha. I'm only seeing dagster-daemon run once in the docker contianer
d
I don't have a great explanation for why that would be. If it's possible to share your Dockerfile we could see if we can reproduce the problem
l
I can't at this time unfortunately