https://dagster.io/ logo
Title
i

Ian

04/06/2023, 6:26 PM
Need help. I'm getting this error: dagster.daemon.Backfill Daemon - ERROR - Another BACKFILL daemon is still sending heartbeats.
d

daniel

04/06/2023, 6:29 PM
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

Ian

04/06/2023, 6:32 PM
How can I find where the second dagster daemons are running? I'm running dagster on a local docker container
d

daniel

04/06/2023, 6:34 PM
'docker ps -a' will show you all docker containers currently running on your machine
i

Ian

04/06/2023, 6:35 PM
I'll start there thank you!