Need help. I'm getting this error: dagster.daemon...
# ask-community
i
Need help. I'm getting this error: dagster.daemon.Backfill Daemon - ERROR - Another BACKFILL daemon is still sending heartbeats.
d
Hi Ian - it sounds like you may have two dagster daemons running at once which isn't supported. You'll want to find where the other daemon is running and kill the process
(if finding the process is hard or annoying, restarting the machine is always an option)
i
How can I find where the second dagster daemons are running? I'm running dagster on a local docker container
d
'docker ps -a' will show you all docker containers currently running on your machine
i
I'll start there thank you!